Skip to content

Latest commit

 

History

History
 
 

elixir

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

YAMLScript

Program in YAML

Synopsis

A YAMLScript program greet.ys to greet someone 6 times:

#!/usr/bin/env yamlscript

defn main(name):
  say: "Hello, $name!"

Run:

$ yamlscript greet.ys YAMLScript
Hello, YAMLScript!

Status

This is very ALPHA software.

Authors

Copyright and License

Copyright 2022 by Ingy döt Net

This is free software, licensed under:

The MIT (X11) License