Measures Concepts
GitHub icon

baysick

baysick - Esoteric programming language

< >

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

Source code:
git clone https://github.com/fogus/baysick
#1434on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout