Hello,
I've been developing a library[1] based on spasm for which I've
implemented the druntime and currently it compiles web apps
properly with TypeInfo, no GC, and it even uses diet templates.
I'm having a problem implementing the `new` keyword, so that I
can start importing more libraries
On Monday, 18 December 2023 at 16:44:11 UTC, Bkoie wrote:
just look at this i know this is overdesign im just trying to
get a visual on how a api can be design im still new though but
the fact you can build an api like this and it not break it is
amazing.
but what is with these ppl and the gc
On Friday, 22 December 2023 at 22:33:35 UTC, H. S. Teoh wrote:
IMNSHO, if I had very large data files to load, I wouldn't use
JSON. Precompile the data into a more compact binary form
that's already ready to use, and just mmap() it at runtime.
I wondered about that decision as well, especially
On Saturday, 23 December 2023 at 16:13:01 UTC, Renato wrote:
I am trying to use dependencies, so I need dub.
On emacs, the imports from dub libraries cannot be found, even
though dub can build it fine.
How can I get emacs/serve-d to "see" the libraries added by dub?
I found that dub has a co
I am trying to use dependencies, so I need dub.
On emacs, the imports from dub libraries cannot be found, even
though dub can build it fine.
How can I get emacs/serve-d to "see" the libraries added by dub?
I found that dub has a command for letting the compiler know
about the load paths:
`