https://futureofcoding.org/ logo
#share-your-work
Title
# share-your-work
m

Mike Austin

10/17/2023, 9:09 PM
Hi all! I introduced myself and started poking around about a week ago, and have now finally created a video to share my work. It's a small, immutable, 100% async programming language, Kopi, and a React (UI framework) based desktop environment. Enjoy!

https://www.youtube.com/watch?v=jFh6s2p9kzc

y

yoz

11/18/2023, 9:34 PM
Wow, there's so much great stuff here. Well done! I started playing with some of it; how much is written in Kopi? Are there examples of writing React Desktop apps in Kopi?
m

Mike Austin

11/19/2023, 12:09 AM
Thank you, @yoz! React Desktop and Kopi are separate projects - I just recently started integrating Kopi into it, exploring different ways to use Kopi. Both are written in TypeScript. It's a fun project since there are no goals per se, just exploration. So far you can use the Terminal as a Kopi REPL/CLI, read and modify the examples in Learning Kopi.md, and run the examples in the Scripts folder (Particle System.kopi, etc.). There's also "Designer", a very early prototype to a "Flash" type editor. I'm trying to think very simple UX to create simple apps and games.