Hacker News new | ask | show | jobs
by scandox 3457 days ago
Got talking to a dude on the phone (random call about something totally non-technical). Turned out he was an embedded systems engineer in the Nuclear industry. Uses Forth for everything. He strongly encouraged me to use it for any embedded hobby project.
2 comments

JeeLabs has some stuff on Forth in the uC world: http://jeelabs.org/2016/02/dive-into-forth/
I love that jeelabs blog.. Also, some languages running on esp8266:

https://github.com/yesco/esp-lisp

https://github.com/zeroflag/punyforth

https://micropython.org/

(and of course lua which i didn't try because its official... https://github.com/nodemcu/nodemcu-firmware)

damn that looks fun. as if I didn't already have enough things I want to learn...
Charles Moore?