Basil BASIC

Basil BASIC

Share

Basil🌿 the Basil Programming Language

12/23/2025

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

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

SKYE1 - YoBASIC intro first take 12/09/2025

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

SKYE1 - YoBASIC intro first take

12/09/2025

Just Playing Around with AI

11/17/2025

Progress on the Web IDE is coming long quite nicely!

11/12/2025

https://yobasic.com/basic/

The online teach version is here, just some tweaks and tutorials needed!

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

Want your business to be the top-listed Computer & Electronics Service in Tarpon Springs?
Click here to claim your Sponsored Listing.

Address

1102 Blackrush Drive
Tarpon Springs, FL
34689