Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 420 Bytes

STANDARD.md

File metadata and controls

42 lines (32 loc) · 420 Bytes

Standard Library

This is the list of functions available on "intrinsics".

  • list

  • cons

  • nth

  • len

  • idx

  • remove

  • rev

  • sublist

  • slice

  • is-nil

  • type-of (retorna atom)

  • assert-type

  • println

  • ffi/open

  • ffi/bind

  • and

  • or

  • not

  • if

  • cond

  • str

  • str/substr

  • str/append

  • str/chars (vec)

  • str/atom

  • str/parse

  • vec/for

  • vec/idx

  • vec/push

  • vec/to-list