Skip to content

Simple and easily extensible golfing language.

Notifications You must be signed in to change notification settings

filip-minx/lynx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Simple and easily extensible golfing language.

Contains two language interpratations. Concise and verbose.

Example

This example shows a function printing the first 11 numbers of the Fibbonacci sequence.

Concise interpretation

0 1 0l10@L1c1c+

Verbose interpretation

0
1
0 WriteLine
10 Repeat
    PeekWriteLine
    1 CopyToTop
    1 CopyToTop
    Add
;

About

Simple and easily extensible golfing language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages