Livecode Create - thoughts?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7397
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Livecode Create - thoughts?

Post by jacque » Mon Sep 15, 2025 5:30 pm

The problem (such as it is) is NOT LC (and . . .) it is the lack of any attempt at any sort of marketing that has any rhyme or reason, as has been the case for many, many years.
They are marketing, just not to us so much. As I said, we're not the target group any more so you're unlikely to see it.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10369
Joined: Wed May 06, 2009 2:28 pm

Re: Livecode Create - thoughts?

Post by dunbarx » Mon Sep 15, 2025 7:55 pm

They are marketing, just not to us so much. As I said, we're not the target group any more so you're unlikely to see it.
"We", "Us".

But then why the hoopla about "Create"? Is it that development for even very experienced programmers is also mightily enhanced? I always thought Create was mainly a means to attract new users with a more friendly drag and drop UI. Shows what I know.

I spend likely far less time than I should planning my projects; I have never made a flowchart. After a few controls are dragged onto a card I am buried inside the SE right away, and live there almost all the time thereafter.

I suppose in the end all I care about is the health of LiveCode. In any case I can survive very nicely forever, as I said, simply with the enhanced itemdelimiter

Craig

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10162
Joined: Fri Feb 19, 2010 10:17 am

Re: Livecode Create - thoughts?

Post by richmond62 » Mon Sep 15, 2025 8:11 pm

the enhanced itemdelimiter
?

Do tell. 8)

Klaus
Posts: 14223
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Livecode Create - thoughts?

Post by Klaus » Mon Sep 15, 2025 8:22 pm

We can now, well since a long time actually, do:

Code: Select all

...
set the itemdel to "#oh_my_oh_my_richmond#"
## :-D
...
And parse a funny text for items delimited by this also funny string! :-)

stam
Posts: 3120
Joined: Sun Jun 04, 2006 9:39 pm

Re: Livecode Create - thoughts?

Post by stam » Mon Sep 15, 2025 8:53 pm

dunbarx wrote:
Mon Sep 15, 2025 7:55 pm
But then why the hoopla about "Create"? Is it that development for even very experienced programmers is also mightily enhanced? I always thought Create was mainly a means to attract new users with a more friendly drag and drop UI. Shows what I know.
LCC is no more drag and drop than LC is. The main selling point was AI integration so you can type out what you want and the IDE would create it (as most are familiar with from web-based AI) but judging by the code chatGPT and Claude AI produce in terms of LC code, there is likely quite a bit of AI training still required compared to the high volume languages the AIs have feasted on.

The other selling point was in the form of new widgets
Not that you couldn’t emulate these with workarounds, but it’s just nicer - for example the new field widget comes with meaning and trailing icons that can be clicked. Sure, you can emulate this in old LC, but it’s slicker and probably easier with the widget.
Nothing vital really, but an evolution rather than a revolution (ahem…).

But I use these in Classic/LC10, not LCC. LCC has not enhanced my coding so far, where as the old, dated IDE is functional as ever.

So really I’m just using these next iteration of what should have been LC10, so it’s hard to feel I’m now using a new pro tool. It’s been a little while since I tried LCC instead of classic, maybe LCC is now closer to release, but my previous experience suggested that’s a way off still.

So if the tool hasn’t changed or improved there must be some other amazing plan to draw in new users…
Maybe marketing we're not seeing? Which then also raises the question of why we’re not seeing this?

Post Reply