Ask HN: Modern day equivalent to HyperCard?
71–80 of 91 posts
Re: Ask HN: Modern day equivalent to HyperCard?
#72Re: Ask HN: Modern day equivalent to HyperCard?
#73Scratch is far better and deeper than most people think. It's also interesting because the developer interface forces thinking for yourself on things like how to manage complexity in your project, or how to get different modules to communicate - and that's useful (if only helpers thought to point that out). It's very unlikely the school is digging deep in Scratch. Most likely they are keeping to the very basics - and…
> A web browser and javascript is fine too. There seem to be many online environments where you can type your {html, css, javascript} code and run it. For example, MDN has one at https://developer.mozilla.org/en-US/play (Unfortunately it has advertisements... which I suppose is incentive to learn how to use custom stylesheets.) I wish there were an offline environment like that built into firefox. You can bring up a…
Webmaker[1] isn't built in, but it does offer an offline code playground
Re: Ask HN: Modern day equivalent to HyperCard?
#74Surprised no one has mentioned Squeek Etoys? If its good enough for Alan Kay...? Or has Scratch completely superceded it? http://www.squeakland.org/
In EToys, as in the earlier Vivarium project, children were supposed to create all their own objects from scratch (ironically). In Scratch the use of clip art, scanned material and other people's project is encouraged. In fact, "scratch" is a dj term for a certain way of mixing music. I can't find the exact definition since Google insists on pointing me to the software instead.
Re: Ask HN: Modern day equivalent to HyperCard?
#75Given so many HyperCard-like product exists - why is it that none have taken off and become common like HyperCard once was? What is missing or has changed?
Re: Ask HN: Modern day equivalent to HyperCard?
#761. Decker is the closest modern equivalent https://beyondloom.com/decker/ 2. Bubble is easy for non-coders. https://bubble.io/ 3. Gambas BASIC is a bit more technical, but will give you hard 90's vibes (Linux only) https://gambas.sourceforge.net/en/main.html I think the advent of LLMs might make these types of tools more accessible to non-coders, or at least I hope so.
Re: Ask HN: Modern day equivalent to HyperCard?
#77Earlier quoted context omitted.
Are there any good starter kits that you'd recommend on the hardware side that work well with the software stack you all use?
Also onterested
Re: Ask HN: Modern day equivalent to HyperCard?
#78Earlier quoted context omitted.
Also onterested
VEXIQ is what we use. It has a little sister called VexGO it’s limit is the 4 channel brain. All of the mechanical parts are interchangeable, so do some VexGO, then add more motors, sensors, etc with VexIQ
Trying to figure out if it can handle proper full res camera input, looks like the optical sensor is a bit limited. Maybe these ports don't have enough bandwidth, tho. EDIT: Looks like the Exp level has the "AI Vision Sensor"
Re: Ask HN: Modern day equivalent to HyperCard?
#79I would say the answer is none of the below/above...
GDevelop is an app for making games. Your son will love it. It has a very cute visual programming language, not too far from Scratch.
I watched a few 10 minute tutorial videos and "got it"... you two will too.
p.s No connection to the company.
Re: Ask HN: Modern day equivalent to HyperCard?
#80Get him to put together a hello world page from scratch and get it published on a live domain and he will be hooked for life.