[CM] Getting snd to work with conjure/neovim

bil at ccrma.Stanford.EDU bil at ccrma.Stanford.EDU
Wed Jul 12 12:03:20 PDT 2023


To get all the current names, use (symbol-table)
in scheme, or s7_symbol_table and s7_for_each_symbol
in C.  I can send you the output of

   (format #f "~W" (symbol-table))

It's too long to include here (4266 names, 57k bytes).

I guess you already know this, but snd-completion.c
and snd-help.c have the code that traverses the
symbol-table to get completions and help.

(I'm a bit annoyed at that conjure/neovim guy --
I've been writing code since 1969 -- probably
before he was born, and in languages he's never
heard of).



More information about the Cmdist mailing list