Basil BASIC
Basil will be the first compiled multi-platform programming language to support programming keywords in any spoken language.
Hypothetical example using a French keyword skin. This assumes a simple `fr.map` providing the aliases shown below.
```
fr
REM Petit programme de démonstration (≈10–15 lignes)
age% = 17
SI age% >= 18 ALORS
AFFICHER "Majeur"
SINON
AFFICHER "Mineur"
FIN SI
AFFICHER "Compter de 1 Ã 5 :"
POUR i% = 1 À 5 PAS 1
AFFICHER "i = ", i%
SUIVANT
```
Assumed `fr.map` entries (illustrative):
```
SI=IF
ALORS=THEN
SINON=ELSE
FIN=END
POUR=FOR
À=TO
PAS=STEP
SUIVANT=NEXT
AFFICHER=PRINTLN
```
Just Playing Around with AI
11/12/2025
https://yobasic.com/basic/
The online teach version is here, just some tweaks and tutorials needed!
Check this out!
https://yobasic.com/basic/
I created this tool for learning (or teaching) BASIC, and sharing your programs. You can it without registering, but when you register you get access to other user's shared folders.
This is a fully working implementation of BASIC with examples, and is a subset of the "Basil" programming language which I am trying to push as the next generation of "Classic" BASIC.
I would really like to get your ideas and feedback!
-Erik
YoBASIC YoBASIC is a subset of the Basil🌿 programming language and presented here as an interactive learning tool for beginners and a sandbox for experienced developers.
Click here to claim your Sponsored Listing.
Category
Address
Tarpon Springs, FL
34689