janet-lang / janet

A dynamic language and bytecode vm
https://janet-lang.org
MIT License
3.45k stars 223 forks source link

Function Index #42

Closed bakpakin closed 5 years ago

bakpakin commented 5 years ago

Janet currently has a listing of all functions in the Core API at https://janet-lang.org/doc.html, but no easy way of exploring functions in the Core Library in a fashion that is more easily accesible, such as a function index. Janet needs a listing of all functions and macros in the core library grouped by functionality. Items in the list should ideally fit on one browser page and link to the fuller documentation.

bakpakin commented 5 years ago

A function index has been added to the main website. See https://janet-lang.org/funcindex.html