|
|
|
|
|
by rbanffy
41 days ago
|
|
> Basic is just not particular useful and has a lot of funny behavior or missing parts for any serious project. I think it is an interesting teaching tool. It has a lot of limitations that place it close to the machine level - all variables being global, no real named functions, and so on. It grounds the expectations about what a computer can and can't do - all the fancy things we do are smoke and mirrors layered on top of a very simple machine. |
|