"Freeware and open source. (source included with the download). The zipped download is 259kb and includes the interpreter, documentation, and over 80 examples. The unzipped IDE/interpreter exe is 274kb. (it's been growing as I add features). Exe doesn't write anything to system registry. (just uses Windows api). Exe will run on it's own without any of the includes files.
The IDE automatically regenerates it's help file in the same directory."
homebrewer•30m ago
And the guy who wrote this:
> .. work at a gas station and don't make money coding.
(From the readme of one of his other projects.)
If self-proclaimed "senior software engineers" worked on this, we would have a multi gigabyte download with an Electron-based editor.
There's a donation link in there with a very fair asking price.
rvnx•16m ago
Programming was sometimes even easier in the past, this is actually one of the reason for BASIC to exist: "Beginner's All-purpose Symbolic Instruction Code".
On Amstrad CPC 464 / 6128, you just entered the interpreter, you could immediately interact with existing code and start playing around with it.
Today, it's more complex, because the Operating System developers deliver more complex APIs to fit the needs of the plethora of developers, and the level of abstraction, and responsibilities of each teams / components.
Though natural selection tends to favor the simpler / more friendly languages (Python / Javascript), and others like Haskell, Erlang, Lisp, etc... are just for people in museums who see beauty in complexity.
Some say:
Simples see beauty in complexity.
Smarts see beauty in simplicity.
lintalist•6h ago
homebrewer•30m ago
> .. work at a gas station and don't make money coding.
(From the readme of one of his other projects.)
If self-proclaimed "senior software engineers" worked on this, we would have a multi gigabyte download with an Electron-based editor.
There's a donation link in there with a very fair asking price.
rvnx•16m ago
On Amstrad CPC 464 / 6128, you just entered the interpreter, you could immediately interact with existing code and start playing around with it.
Today, it's more complex, because the Operating System developers deliver more complex APIs to fit the needs of the plethora of developers, and the level of abstraction, and responsibilities of each teams / components.
Though natural selection tends to favor the simpler / more friendly languages (Python / Javascript), and others like Haskell, Erlang, Lisp, etc... are just for people in museums who see beauty in complexity.
Some say:
Simples see beauty in complexity. Smarts see beauty in simplicity.