baysick
baysick is an actively used esoteric programming language created in 2009.
11Years Old | 367Users | ?Jobs |
- the baysick website
- baysick on github
- baysick first appeared in 2009
- the baysick team is on twitter
- Have a question about baysick not answered here? Email me and let me know how I can help.
Example code 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 } }
Last updated August 9th, 2020