carlosmorette / ex-racket

Elixir syntax in LISP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

# Comments

# Functions
def sum(a, b) do
  a + b
end

# Variable declaration
name = "Carlos Morette"

# Print function
print(name)

# Hello World
print("Hello World")

About

Elixir syntax in LISP


Languages

Language:Racket 100.0%