Skip to content

mstfbil/viul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viul

viul is an impractical and useless language

okay I made this out of pure boredom right. i'm not even gonna bother for a pretty readme. some examples are below for your pleasure.

this is NOT a serious work.

examples

hello world

"hello, viul!" .

square of a number

6 .. * .

if else

1 { "true" . } { "false" . } ??;
(try changing the 1 to a 0)

markers

@ (this is a marker)
    <- (this jumps to the last seen marker)
(don't run this tho it's an infinite loop)

print numbers 1 to 5

1 @ .. 5 <= { .. . ++ <- } ?;
(this practically combines if and marker to make a loop)

print square numbers between 0 and 200

1 @ .. .. * .. 200 <= { . ++ <- } ?;

About

viul is an impractical and useless language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages