RetroBASIC

Basicprogramming(.org) => Community news and announcements => Topic started by: Aurel on May 31, 2019, 01:42:46 PM

Title: bLang_3
Post by: Aurel on May 31, 2019, 01:42:46 PM
Cyb...
do you maybe tried to compile this interpreter
in C++17 ?? what is that i don't know

https://github.com/blippy/cerbo/tree/master/blang/v3
Title: Re: bLang_3
Post by: Cybermonkey on June 01, 2019, 10:22:49 AM
No, not yet. Seems to be an embeddable scripting language, but actually I don't like C++. Would be suiting better if it was in ANSI C.
Title: Re: bLang_3
Post by: Aurel on June 01, 2019, 11:39:20 AM
Quote
Would be suiting better if it was in ANSI C.
Yes ..I agree .
Title: Re: bLang_3
Post by: Ed Davis on June 01, 2019, 01:45:29 PM
Seems to be an embeddable scripting language, but actually I don't like C++.

Me either :-) 
I programmed professionally in C++ in the late 90's, but after looking at the repository, it isn't the same language I knew back then.

I think it might be time for me to retire!