[Info-vax] Any stronger versions of the LMF planned ?, was: Re: LMF Licence Generator Code

Arne Vajhøj arne at vajhoej.dk
Mon Aug 9 20:17:58 EDT 2021


On 8/9/2021 7:54 PM, Arne Vajhøj wrote:
> Basic was created in the mid 60's specifically for teaching.
> 
> Dartmouth Basic was not that useful for real world usage.

BTW, if anyone want Dartmouth  Basic, then there is an
implementation of 4th edition available here:

https://github.com/emesx/jBasic

It seems to work fine.

C:\Work>type test.bas
10 for x = 1 to 10
20 print x
30 next x
40 end

C:\Work>jbasic test.bas
1.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
10.0

Arne

PS: Requires Java 8.




More information about the Info-vax mailing list