Skip to content

Janet editor and tooling info

Notifications You must be signed in to change notification settings

sogaiu/janet-editor-and-tooling-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Janet Editor and Tooling Info

Mostly a collection of editor and tooling info for use with the Janet programming language

Background

It's possible to interact with a running janet process using what's traditionally referred to as a REPL connection. However, since janet start-up is on the quick side, it's often doable just to repeatedly start a succession of fresh janet processes.

See here for more details.

One Big List

If you just want to see the information as a .tsv file, here you go :)

Editors and Such

There is support for Janet (to varying degrees) for:

Editor-Independent Tooling and Bits

Below are some editor-independent tooling and bits with Janet support:

Testing

Some testing options include:

  • Simple assertion-based using assert and friends

  • Somewhat similar functionality using deftest and friends

    • testament - "takes inspiration from Joy's Tester library and Clojure's clojure.test library"
  • Other

Benchmarking, Timing, Profiling

Credits

See here for helpful folks :)

About

Janet editor and tooling info

Topics

Resources

Stars

Watchers

Forks