[#64] New language: IO
This commit is contained in:
parent
2b9da7af4b
commit
83776ab848
|
@ -0,0 +1,45 @@
|
||||||
|
id: "io"
|
||||||
|
name: "Io"
|
||||||
|
|
||||||
|
info:
|
||||||
|
year: 2002
|
||||||
|
desc: "Dynamic prototype-based programming language in the same realm as Smalltalk and Self"
|
||||||
|
ext:
|
||||||
|
- io
|
||||||
|
web:
|
||||||
|
wiki: "https://en.wikipedia.org/wiki/Io_(programming_language)"
|
||||||
|
home: "https://iolanguage.org/"
|
||||||
|
source: "https://github.com/IoLanguage/io"
|
||||||
|
category: general
|
||||||
|
mode: interpreted
|
||||||
|
platform: []
|
||||||
|
syntax: lua
|
||||||
|
typing: dynamic
|
||||||
|
paradigm:
|
||||||
|
- functional
|
||||||
|
- imperative
|
||||||
|
- oo
|
||||||
|
usage: abandoned
|
||||||
|
|
||||||
|
install:
|
||||||
|
prepare:
|
||||||
|
manual: |
|
||||||
|
wget https://iobin.suspended-chord.info/linux/iobin-linux-x64-deb-current.zip -O io.zip
|
||||||
|
unzip io.zip
|
||||||
|
mv IoLanguage-*-Linux-x64.deb io.deb
|
||||||
|
deb:
|
||||||
|
- io.deb
|
||||||
|
|
||||||
|
repl: |
|
||||||
|
io
|
||||||
|
|
||||||
|
main: "Main.io"
|
||||||
|
template: |
|
||||||
|
"Hello, world!" println
|
||||||
|
|
||||||
|
run: |
|
||||||
|
io -i Main.io
|
||||||
|
|
||||||
|
scope:
|
||||||
|
code: |
|
||||||
|
x := 123 * 234
|
|
@ -438,6 +438,7 @@ properties:
|
||||||
- apl
|
- apl
|
||||||
- const: haskell
|
- const: haskell
|
||||||
- const: lisp
|
- const: lisp
|
||||||
|
- const: lua
|
||||||
- const: pascal
|
- const: pascal
|
||||||
- const: python
|
- const: python
|
||||||
- const: text
|
- const: text
|
||||||
|
|
Loading…
Reference in New Issue