← Back to context

Comment by benob

6 hours ago

I have been having a lot of fun with PicoCalc. It's not targeted at end users but is fun for developers alike who want a taste of developing things from first principles. More than anything it can live independently from your other devices.

I keep seeing the videos pop up. It does look really cool. I see it has a basic interpreter, so I guess kinda like a C64?

  • It comes with a basic interpreter, but the thriving community develops plenty of stuff: python, lua, forth, lisp... have nice ports which you can play with on device. There also is a library of software developed for rp2040 which have been ported, such as a mac classic emulator. If you feel that a micro controller is too low power, you can plug in a luckfox lyra which runs a proper linux with 128M of RAM.

    • That is really cool! Making me want one even more. I might have fun picking that forth implementation apart.