Skip to content

Instantly share code, notes, and snippets.

@okram
Created November 26, 2019 11:40
Show Gist options
  • Save okram/bd18e6cfd05175d5a09cff869b2487c6 to your computer and use it in GitHub Desktop.
Save okram/bd18e6cfd05175d5a09cff869b2487c6 to your computer and use it in GitHub Desktop.
~/software/mm-adt/vm/java bin/mmadt.sh
_____ _______
/\ | __ |__ __|
_ __ ___ _ __ ___ _____ / \ | | | | | |
| '_ ` _ \| '_ ` _ |_____/ /\ \| | | | | |
| | | | | | | | | | | / ____ \ |__| | | |
|_| |_| |_|_| |_| |_| /_/ \_\____/ |_|
mm-adt.org
mmlang> 1 => int
==>1
mmlang> 1 => int => [plus,4]
==>5
mmlang> int => [plus,4]
==>int <= [plus,4]
mmlang>
@okram
Copy link
Author

okram commented Nov 26, 2019

mmlang>  ['name':'marko','age':29] => ['name':str~a,'age':int~b]~c
==>['name':'marko'~a,'age':29~b]~c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment