Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

baysick

< >

baysick is an esoteric programming language created in 2009 by Michael Fogus.

Source code:
git clone https://github.com/fogus/baysick
#904on PLDB 15Years Old

An embedded Insane-specific Language for Scala implementing the BASIC programming language


Example from the web:
object SquareRoot extends Baysick { def main(args:Array[String]) = { 10 PRINT "Enter a number" 20 INPUT 'n 30 PRINT "Square root of " % "'n is " % SQRT('n) 40 END RUN } }

Language features

Feature Supported Token Example
Print() Debugging ✓ PRINT

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io