Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

baysick

< >

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

#954on PLDB 15Years Old
Download source code:
git clone https://github.com/fogus/baysick
Homepage · Source Code · Twitter

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 Example Token
Print() Debugging ✓ PRINT

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0