Belisarius Cawl
kiwifarms.net
- Joined
- Mar 16, 2024
Lazarus is the FOSS counterpart to Delphi's IDE, based on Free PascalI did my first personally useful project in Ruby (aside from Delphi, but that was a long time ago).
I haven't encountered too much difficulty with IPython that I haven't with some other REPL. Also Jupyter Notebooks are there too.also typing a small python function into the repl is a bit harder if you have to think about the whitespace
repls are one of the best ways to tell computers to do things (see: your bash prompt) and programming languages without good repls are missing out on a lot
I think you'd really like nand2tetris. It's a great idea though I think the pedagogy is a bit rushed. It can give you good ideas at the very least.I'd argue in many cases C is better for learning and C++ or another language that has some specific or a generic purpose is best for getting shit done. But the best thing to do if you want to learn more about computers is learn how a CPU works and build one yourself in some software or literally Minecraft. That way you can also figure out how an assembly language really is made.