Excel I just went through the tutorials for a first time in about a decade (the Make Your First Pivot Table template on the home screen) and was really surprised at how they used slides with buttons (insert > shape, then right click and link to a cell reference) jumping to the next worksheet, reminded me of hypercard from a market adoption standpoint, nothing else in this thread has much traction in allowing non-prog…
Ask HN: Modern day equivalent to HyperCard?
81–90 of 91 posts
Re: Ask HN: Modern day equivalent to HyperCard?
#82Re: Ask HN: Modern day equivalent to HyperCard?
#83My suggestions would be Tcl/Tk or Pico 8. Tcl/Tk is still the easiest way I have found to make small gui apps and the language and standard library is small enough to keep in your head easily. Pico 8 is my recent love. It's a great way to make small retro style games. There's a free educational edition or you can pay $15 for the full version which has some extra export options. I've been playing with it for the past…
Python/tkinter isn't bad either.
Re: Ask HN: Modern day equivalent to HyperCard?
#84Besides teaching programming, I think it could become a scripting tool to help create experiences in VR/AR.
My first introduction to programming was via LOGO writer (although I didn't even realize I was learning programming until much later.)
Re: Ask HN: Modern day equivalent to HyperCard?
#85These days most folks would push you towards HTML / CSS / Javascript and possibly Node.js or Deno. In my mind Hypercard was the bridge between desktop programming and web development. Realistically that's not really bad advice.
For desktop programming, Dart/Flutter (Google recently laid off parts of those teams) are viable as are Python/Kivy (or even Python/Tkinter since Tkinter comes bundled with Python). You might also want to look at the DragonRuby Game Toolkit (Ruby).
Re: Ask HN: Modern day equivalent to HyperCard?
#86I cut my teeth on HyperCard and I'd say that the web (HTML, JavaScript) is a pretty good successor. Getting an image on a page and then linking between pages is quite satisfying when you're starting out. Something like a basic web page is great for a beginner but there's the whole gamut from there up to 3d games and virtual machines (wasm) to advance to when you're ready.
Re: Ask HN: Modern day equivalent to HyperCard?
#87SuperCard? https://www.supercard.us/
Unfortunately, not really an option since it's still 32-bit: https://www.supercard.us/purchase.html >SuperCard remains a 32-bit application and will continue to be for the foreseeable future. This means it is not compatible with Catalina (macOS 10.15) or later versions of macOS.
Re: Ask HN: Modern day equivalent to HyperCard?
#88Earlier quoted context omitted.
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
Thanks for the pointer, these look awesome (not cheap, but well designed to not be too frustrating for kids). 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"
Two schools of thought are 1)Software is the key to robotics - so the more powerful brain / camera is the selling point 2) Mechanical interfaces to the physical world is the key - the VIQ ecosystem makes this practical at a pretty low cost. If you root around on ebay for HEXBUG VEX ROBOTICS you can see lots of the plastic kits for sale that can give you parts that make something that you can later frankenmash into other things.
Good luck with your adventures!
Re: Ask HN: Modern day equivalent to HyperCard?
#89Earlier quoted context omitted.
Thanks for the pointer, these look awesome (not cheap, but well designed to not be too frustrating for kids). 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"
You would be surprised what you can do without the camera. The EXP/V5 camera is a closed garden, for example it can't do April tags yet. Two schools of thought are 1)Software is the key to robotics - so the more powerful brain / camera is the selling point 2) Mechanical interfaces to the physical world is the key - the VIQ ecosystem makes this practical at a pretty low cost. If you root around on ebay for HEXBUG VEX…