Basil BASIC

Basil BASIC Basil🌿 the Basil Programming Language

YoBASIC.com/basic now has a public chat widget with "Click to Open/Run" code for messages that contain code
12/23/2025

YoBASIC.com/basic now has a public chat widget with "Click to Open/Run" code for messages that contain code

Starting Trouble on Twitter
12/20/2025

Starting Trouble on Twitter

12/19/2025

BasilBASIC🌿 now has a fully internal MVC with Laravel style View Templates, user-defined function mapping to blade directives, a database ORM and Php-style hybrid HTML/Source code files, runs as source or compiled to a native executable.

12/17/2025

This video will be the "Cover" intro for our YoBASIC/Basil tutorial pages:

12/15/2025

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
```

This is a first take intro for our YoBASIC code learning tutorial series
12/09/2025

This is a first take intro for our YoBASIC code learning tutorial series

12/09/2025

Just Playing Around with AI

Progress on the Web IDE is coming long quite nicely!
11/17/2025

Progress on the Web IDE is coming long quite nicely!

11/08/2025

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 is a subset of the Basil🌿 programming language and presented here as an interactive learning tool for beginners and a sandbox for experienced developers.

Address

1102 Blackrush Drive
Tarpon Springs, FL
34689

Website

https://basilbasic.com/basil/home.html

Alerts

Be the first to know and let us send you an email when Basil BASIC posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share