NetBasic ... on Linux
- Posted by axtens_bruce in May
- 736 views
Forked from Re: eui 4.2.0 question
jmduro said...
If you want to enhance a Basic interpreter written in Euphoria, you can use NetBasic as a basis for it; https://github.com/jm-duro/NetBasic.
Unfortunately, the documentation is written in French.
Translation tools are available and I've been programming since 1977.
$ eui netbasic.ex
/home/bugmagnet/Applications/NetBasic/lib/_telnet2_.e:1449
<0074>:: Errors resolving the following references:
'doEvents' (lib/_telnet2_.e:1449) has not been declared.
doEvents(0)
^
Warning { builtin_chosen }:
<0234>:: The built-in poke8() in lib/_dll_.e overrides the global/public poke8() in: lib/_machine_.e
Warning { builtin_chosen }:
<0234>:: The built-in peek8s() in lib/_dll_.e overrides the global/public peek8s() in: lib/_machine_.e
Warning { builtin_chosen }:
<0234>:: The built-in peek8u() in lib/_dll_.e overrides the global/public peek8u() in: lib/_machine_.e
Warning { builtin_chosen }:
<0234>:: The built-in peek_pointer() in lib/_curl_.e overrides the global/public peek_pointer() in: lib/_machine_.e
Press Enter
So should I assume that NetBasic was originally conceived in a Windows environment?
-Bruce

