1. NetBasic ... on Linux
- Posted by axtens_bruce 2 weeks ago
- 345 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 EnterSo should I assume that NetBasic was originally conceived in a Windows environment?
-Bruce
2. Re: NetBasic ... on Linux
- Posted by jmduro 2 weeks ago
- 340 views
Yes it was. The libraries are mostly multiplatform but some functionnalities I added are Windows specific (I don't remember which as I wrote this about ten years ago). Removing specific Windows functions may let it run on Linux.
Jean-Marc
3. Re: NetBasic ... on Linux
- Posted by jmduro 1 week ago
- 307 views
I found a file named NetBasic.tar.gz in my archives. So it should run on Linux too but the Linux version was based on OpenEuphoria 3 while the published one is based on OpenEuphoria 4.