Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 709 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 709 Bytes

Your project title

  • your name
  • your email (uoit.net)

About the language

Describe the language

  • History
  • Some interesting features

About the syntax

give some code snippet of the language

Let form

(let [x 10
      y 20]
  (+ x y))

About the tools

Describe the compiler or interpreter needed.

About the standard library

Give some examples of the functions and data structures offered by the standard library.

About open source library

Describe at least one contribution by the open source community written in the language.

Analysis of the language

Organize your report according to the project description document.