Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Last active February 13, 2026 04:37
Show Gist options
  • Select an option

  • Save sogaiu/40eb23542b36ad24ff7bc2de82c3c756 to your computer and use it in GitHub Desktop.

Select an option

Save sogaiu/40eb23542b36ad24ff7bc2de82c3c756 to your computer and use it in GitHub Desktop.
what i use in janet (write code to extract from projects?)
  • array/push
  • assertf
  • case
  • cond
  • deep=
  • def
  • defn
  • empty?
  • eprintf
  • errorf
  • if
  • invert
  • match - though usually only in very simple ways
  • not
  • printf
  • protect
  • string
  • tabseq
  • try
  • var

keyword-naming of anonymous functions (e.g. (fn :hi [] 1))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment