Closed timotheecour closed 5 years ago
Feud had come quite a ways. Plugin system that started out based on nimterop's has come quite a ways and is working well.
Some plugins use shared memory and threads and feud makes it relatively easy.
RPC has been based on nng and is working fine. Using the bus protocol for now but leverage is still primitive.
IDE's in nim for nim
not sure what's the plugin support with these (good plugin support is indeed fundamental)
client/server communication for plugins
shared memory vs RPC (client/server)
shared memory
RPC
parse[T](a: string)
easy to extend to arbitrary nim types using macros%*
from stdlib can be used for serialization/deserializationbase GUI editor
scintilla
not sure how feature-rich compared to sublimetext (including syntax files, tabs, panes within tabs etc)
not sure how efficient compared to sublimetext (eg large text buffers, 100's of panes)
not sure how advanced it is compared to sublime
sublimetext
use cases
misc links