32 lines
578 B
YAML
32 lines
578 B
YAML
id: "crystal"
|
|
aliases:
|
|
- "cr"
|
|
name: "Crystal"
|
|
|
|
info:
|
|
year: 2014
|
|
desc: "General-purpose, object-oriented programming language with syntax inspired by the language Ruby"
|
|
ext: cr
|
|
web:
|
|
wiki: "https://en.wikipedia.org/wiki/Crystal_(programming_language)"
|
|
home: "https://crystal-lang.org/"
|
|
source: "https://github.com/crystal-lang/crystal"
|
|
category: general
|
|
mode: compiled
|
|
platform: []
|
|
syntax: pascal
|
|
typing: static
|
|
paradigm: oo
|
|
usage: []
|
|
|
|
install:
|
|
apt:
|
|
- crystal
|
|
|
|
main: "main.cr"
|
|
template: |
|
|
puts "Hello, world!"
|
|
|
|
run: |
|
|
crystal main.cr
|