1. https://pharo.org/
2. https://youtu.be/uknEhXyZgsg?t=2366
Like what? Some people believe lisp/smalltalk users write all their code in a REPL and don't save their code to files. Or they believe a build command or make file cannot be used to rebuild the project. Or they believe source control is not used image based languages.
All misconceptions. You can develop while the program running without sacrificing any of those things. I rarely use the REPL buffer, I just press C-M-x a lot to eval the code I write in a file.
https://hn.algolia.com/?dateRange=pastYear&page=0&prefix=fal...
:-)
> I know there are a lot of issues with image based languages…
Learn how to do version control with Pharo.