Sainan

Results 101 comments of Sainan

None right now.

An additional consideration would be structs, similar to what PHP does: ```php

Possible combined API design: ```lua local ffi = require "ffi" -- Using a shared library (DLL) local user32 = ffi.open("user32") user32:cdef[[ int MessageBoxA(void *w, const char *txt, const char *cap,...

Well, but it would result in an OP_CLOSURE, additional Proto, etc. which is potentially undesirable overhead.

How does that solve this? ![image](https://github.com/PlutoLang/Pluto/assets/63328889/d45c9ec1-9a24-47d0-a98c-9f4f8dd1d771)

This really should be 3 issues instead of 1. - INI: Might be worthwhile to consider TOML, instead, due to being pretty similar but actually having a formal spec. -...

If you're fine with not being able to support "all versions of it", then I think you'd be fine with adding TOML instead of INI. We could document it as...

Upon further investigation, it seems TOML is not a superset of INI as I initially thought. Of course, we'd still have the issue of many INI dialects existing in the...

I've made an alternative server that also works on Linux: Imo, the hard part with this kind of thing on Linux is that there's no API to just grab the...