I’d love to see something like this but designed to run on esp32 or raspberry pi 2530. Either can handle basic HDMI and USB. Or a little <$100 laptop with a 7” display.<p>Easy to think raspberry pi, but with a full Linux you won’t get that intrinsic understanding that you fully control the hardware, you never control the “bare metal” unless you are a much more advanced user.<p>IMHO the feeling of not being in full control of your computing device is not a good starting point. I’m very fortunate to have started out on my 8kb BASIC machine.
There’s a wealth of retro machines out there that cater to this. A sample:
<a href="https://www.olimex.com/Products/Retro-Computers/Neo6502/open-source-hardware" rel="nofollow">https://www.olimex.com/Products/Retro-Computers/Neo6502/open...</a><p><a href="https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware" rel="nofollow">https://www.olimex.com/Products/Retro-Computers/AgonLight2/o...</a><p>Or with keyboards:
<a href="https://wildbitscomputing.com/" rel="nofollow">https://wildbitscomputing.com/</a><p><a href="https://www.kickstarter.com/projects/spectrumnext/zx-spectrum-next-issue-3-0" rel="nofollow">https://www.kickstarter.com/projects/spectrumnext/zx-spectru...</a><p>Or you can go mobile:
<a href="https://www.clockworkpi.com/product-page/picocalc" rel="nofollow">https://www.clockworkpi.com/product-page/picocalc</a><p><a href="https://andywarburton.co.uk/post/gr3ml1n-a-compact-handheld-cyberdeck-built-for-chaos" rel="nofollow">https://andywarburton.co.uk/post/gr3ml1n-a-compact-handheld-...</a><p>And if you want a real challenge, the one euro computer:<p><a href="https://www.olimex.com/Products/Retro-Computers/RVPC/open-source-hardware" rel="nofollow">https://www.olimex.com/Products/Retro-Computers/RVPC/open-so...</a>
I have been thinking along those lines myself.<p>I have been playing around with a per scanline generated display on a rp2350 outputting to a tiny LCD. I think there's potential for some pretty fancy stuff on HDMI. A 2350 with PSRAM, HDMI connector plus a MicroSD for bulk filesytem, and USB for input could be quite a fun micro PC.<p>I would be tempted to make somthing that had a second RP2350 with its own PSRAM sitting unutilized just as a temptation to users to figure out how to get more out of the gadget and
learn about different multiprocessing architectures.<p>One of these <a href="https://www.waveshare.com/core2350b.htm" rel="nofollow">https://www.waveshare.com/core2350b.htm</a><p>With one of these <a href="https://www.waveshare.com/rp2350-matrix.htm" rel="nofollow">https://www.waveshare.com/rp2350-matrix.htm</a><p>Mounted on top, and an HDMI connector squeezed in somewhere,<p>I am a bit reminded of what GeoWorks Ensemble managed on a 640k 8086. Theoretically you could make a tiny system like this do even more.
> I am a bit reminded of what GeoWorks Ensemble managed on a 640k 8086.<p>I was looking at similar recently for a project, and came across FrankOS: <a href="https://github.com/rh1tech/frank-os" rel="nofollow">https://github.com/rh1tech/frank-os</a>
Check out the Adafruit Fruit Jam, its got pretty much everything you need.
There's PicoMite: <a href="https://geoffg.net/picomite.html" rel="nofollow">https://geoffg.net/picomite.html</a><p>It's a BASIC interpreter/OS for the RP2040
Yes, they are more powerful than classical MS-DOS PCs, so there is plenty of juice in them.
There‘s LEDmeplay <a href="https://mithotronic.de/ledmeplay.php" rel="nofollow">https://mithotronic.de/ledmeplay.php</a>
Not sure on the performance but it might be possible to port this Mini Micro to those platforms.
why not just use a vintage computer or game console then?
The main thing is video output. Even VGA is fading away now. HDMI is kind of what you need to be relevant to a lot of potenial users.
The machines were simple but the technology constraints of the day also made them very inconvenient. Lots of wires, bulky & slow storage, limited connectivity.
<a href="https://miniscript.org/files/MiniScript-QuickRef.pdf" rel="nofollow">https://miniscript.org/files/MiniScript-QuickRef.pdf</a>:<p>“A class or object is a map with a special __isa entry that points to the parent. This is set automatically when you use the new operator.<p><pre><code> Shape = {"sides":0}
Square = new Shape
Square.sides = 4
x = new Square
x.sides // 4</code></pre>
”<p>So<p>- Shape is a map (it is created using the syntax defined earlier, using a literal string as key)<p>- Square is a class?<p>- x is an object?<p>Or is this language prototype based? If so, why mention the word “class”? If not, isn’t it confusing to use “new someMap” to create a class and “new someClass” to create an object?<p>I also find it curious to see that division is defined on lists and strings. What would that mean?<p>Edit: reading <a href="https://miniscript.org/files/Strout_iSTEM-Ed2021.pdf" rel="nofollow">https://miniscript.org/files/Strout_iSTEM-Ed2021.pdf</a>, it is prototype based. That’s interesting for a teaching language.
Also check out Pico8 and Picotron.<p><a href="https://www.lexaloffle.com/" rel="nofollow">https://www.lexaloffle.com/</a>
It's so odd that the only nontrivial example code in the paper is completely buggy. The find longest common prefix function of a list of strings fails (try ["a", "bc", "ade"]).
I was a bit confused until I realized that <a href="https://miniscript.org/" rel="nofollow">https://miniscript.org/</a> isn't the same programming language as <a href="https://bitcoin.sipa.be/miniscript/" rel="nofollow">https://bitcoin.sipa.be/miniscript/</a>.
Free but not Open Source? Did I miss that?
> Free but not Open Source? Did I miss that?<p>The miniscript language itself is MIT License:<p><a href="https://github.com/JoeStrout/miniscript" rel="nofollow">https://github.com/JoeStrout/miniscript</a><p>The Minimicro code doesn't seem to have any license in the repository or code:<p><a href="https://github.com/JoeStrout/minimicro-sysdisk" rel="nofollow">https://github.com/JoeStrout/minimicro-sysdisk</a>
Mini Micro seems to be built on Unity. The MiniScript portion of it is open source <a href="https://github.com/JoeStrout/miniscript" rel="nofollow">https://github.com/JoeStrout/miniscript</a> but the version packaged for use by Unity costs some money. I can't tell if the people behind MiniScript are the same people behind the Mini Micro.
Also check out this one. It is a real physical computer: <a href="https://www.francksauer.com/index.php/micro-8" rel="nofollow">https://www.francksauer.com/index.php/micro-8</a>
Apparently it’s high-level only, i.e. no underlying machine instruction set or addressable memory.
So... It's an interpreter (together with a virtual filesystem and some utilities) packaged into a program with a graphical display window? Still good for lots of interesting uses, I suppose, but surprising. Since it's introduced as a "virtual computer", I thought underneath the hood it would be emulating a machine. Then people, if they wanted, could tinker a level deeper than the scripting language, write an assembler etc.
That's how most of these fantasy machines are. Most people are only going to want to use a high-level language so it makes more sense this way.
I don't get why this kind of projects need :<p>- a manual<p>- an installer<p>when you have Web pages can now<p>- be offline (PWA)<p>- be responsive and run on pretty much any device<p>- run pretty much anything thanks to WASM but anyway already have JS/HTML/CSS as bare minimum<p>- can have the instructions AND the runtime on the same page, on any device, instantly<p>- can connect with physical hardware, see recent <a href="https://hacks.mozilla.org/2026/05/web-serial-support-in-firefox/" rel="nofollow">https://hacks.mozilla.org/2026/05/web-serial-support-in-fire...</a> or even with APIs.
> Mini Micro is a neo-retro virtual computer.
Learn to code, play some games, and join a
friendly, enthusiastic community of hobbyists!<p>Apparently not that friendly on HN :-D
What's unfriendly in questioning the delivery mechanism or design choices?<p>I can think a project is cool or useful without thinking it's perfect. In fact ALL projects I encounter, including mine, are like that, imperfect. I think native is a barrier to entry so IMHO it should only be relied on when it's truly necessary. I'm just stating my opinion and others are welcomed to disagree and explain why they think so.
Web browsers suck as an app platform. Give me native any day, personally.
Looks cool. I most enjoyed the zombies game someone uploaded on itch.io. One thing to note is that game speeds feel very fast to me. I barely did anything in the asteroids game and the others also seem to run quite fast. It could be just me.
I wonder how hard it would be translate this to Dutch. I would like my kids to start experimenting but that’s a bit impractical if they need to learn English first..
Why not for 3 eur buy some basic arduino or other tiny hardware to tinker with and for another few eur, tiny i2c/oled display, wires and set of basic switches? You start programming with option to expand to the larger project in the future. You have constraints of real device, community is much larger and there are more learning resources.
Because those don’t boot into a fixed interactive programming environment with a BASIC-like language and REPL to easily do simple things on the same screen and using the same keyboard you also use for programming. Your proposed setup has more complexity and is less intuitive for a learner.
For starters, there is <i>way</i> more friction both in buying hardware and waiting for it to arrive and developing on real hardware in general.<p>I agree however that it's super cool to have real hardware to run this on.
Because those require you to get to grips with “a tiny i2c/oled display, wires and set of basic switches” when you’re interested in coding, not hardware.
Because moving a sprite is much more exhilarating than blinking an LED.
Shame there isn't a Raspberry Pi version available.
It is built in Unity which doesn't let you build for ARM Linux without paying an unknown amount of money.
There‘s Pico-8 for the Pi!
Couldn't someone just rebuild the source code for Raspberry Pi?
I think that's really cool. I wonder when this started development?
I wonder why all these easy-to-learn languages use indentation to denote scope, not something like curly braces. Isn't it actually harder to explain?
Fifth grade teacher here. Significant whitespace is a major reason I prefer Python for teaching programming.<p>1. I want kids to indent their code anyway; they may not realize it (or won't admit it), but this makes the code much easier for them to read. Kids will not do this unless they have to.<p>2. Unbalanced brackets are a major source of mistakes and confusion for my students. Relying purely on indentation resolves this problem—at the real cost of introducing indentation mistakes, but since I want kids to indent their code <i>anyway</i>, this is okay.<p>By the way, an adjacent recommendation is to configure the editor to indent with tabs instead of spaces (regardless of how you feel about tabs vs spaces in production code). Otherwise, kids will invariably end up with lines indented by 3 or 7 or some other wacky number of spaces. If possible, highlight the tabs in a different color so the kids don't use spaces by accident.
Interesting point. I wonder if "easier for them to read" is too simple. I took "read" as in "read words" or "read a book". But "reading" a program is not I think the same as reading words. Reading words could be this:<p>for i = 0 i < 10 i++ if i = 7 printf("hello 7") else printf("who are you");<p>But with a more pictorial presentation, it is easier to read the program.<p>for i = 0 i < 10 i++
if i = 7
printf("hello 7")<p>I'm just wondering - if we had a more pictograph based programming language would it be easier to understand?
This is the job of a tool like go fmt. Obviously, it’s good discipline to indent, but I wouldn’t choose this as the deciding factor for picking a first programming language.
Formatters and linters fix the mistakes made by people who know what they're doing. They do nothing to teach someone how to do something for the first time in a way that supports comprehension, only regurgitation.
go fmt can fix #1, but not #2, and won't work if #2 is causing problems.
It looks like MiniScript uses the keyword "end" followed by another keyword to denote the end of a specific type of block.<p>From the Quick Reference guide here:<p><a href="https://miniscript.org/files/MiniScript-QuickRef.pdf" rel="nofollow">https://miniscript.org/files/MiniScript-QuickRef.pdf</a><p>"Indentation doesn't matter (except for readability)."
while everyone already pointed out that this time it's not the case, I want to literally answer the question you asked<p>"easy-to-learn languages" use indentation because otherwise newbies would not indent at all<p>I you try teaching programming, you'll find that indentation is one of things students "optimize out" - it is not important to the program, it is opposite of lazy and it's not noticeably harmful on the tiny scale of programs you learn programming from<p>Indentation discipline only starts to matter when you need to work on the same code for quite some time and code itself takes a lot of space - the "read more then written" situation. And most study paths do not encounter this regime
The language (MicroScript) doesn’t require indentation, it’s only used for readability, like in BASIC, FORTRAN, PASCAL, and similar languages. Blocks are delimited by key words (“end if” etc.).
I think indentation is more intuitive. Even people using languages that use braces or similar usually use indentation to make code readable. If doing that you end up explaining both ideas (use braces and indent).
There's an important form/function distinction here, though. Indentation is useful for human readability, but braces function to give unambiguous direction to the compiler or interpreter. I think conflating these two different purposes together is a mistake: you shouldn't risk altering or breaking the logic flow of a program simply by adjusting its visual formatting.<p>The fact that we use whitespace for layout is precisely why it's a bad idea to assign it semantic value. I'm a fan of both braces and semicolons for that reason.
I get why people like indentation for this. I don’t think there’s a right or wrong answer and it’s a matter of personal preference.<p>That said, my preference is curly braces (or whatever) because I’ve found indentation is often a bother. Yes, most of the time you use indentation together with braces, but not every time. There are many occasions where code is clearer without (or with custom) indentation. Furthermore, indentation-based parsing makes experimentation and finding issues more difficult. Sometimes you need to extract a small part of a larger block to bung in a REPL or something and now you’re fighting with stupid errors because of formatting, adding to the frustration.<p>Regarding intuitiveness, for beginners I have some doubts it makes much of a difference, and if it does I also doubt indentation wins. If you know how to write (which is a prerequisite), you know what parenthesis and quotation marks are, you understand they encapsulate something separate from the rest. Indentation is a different concept.
I get why people blame indentation like this. I don't think it's right or wrong to ignore the tooling that directly addresses minor issues with indentation or matching braces honestly.<p>That said, my preference is to use the tools built into my editor and available on the CLI or web to assist and fix formatting and syntax. You get instant feedback on incorrect formatting, and I generally find that synthetic scope mistakes (regardless of method) are eliminated.
I think indentation tries to step towards an outline, but without the item indicators we’d use in an outline format. This might actually be a selling point for something like YAMLScript.<p><a href="https://yamlscript.org/" rel="nofollow">https://yamlscript.org/</a>
It makes sure the thing you use to judge scope (indentation) matches the think the computer uses.
This feels nostalgic!
really like the creativity, cool stuff
Ah the nostalgia
Is this a similar project to the existing Pico8?
Only virtual? That is sad!