1. NetBasic ... on Linux

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

new topic     » topic index » view message » categorize

2. Re: NetBasic ... on Linux

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: NetBasic ... on Linux

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.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu