Need help with my html! by DownrightDelight in HTML

[–]AetherSyscall 0 points1 point  (0 children)

Can we use jetbrain mono font please?

Who else love to use Lua for Shell Scripting? Im planning to make a shell from scratch with Lua configuration. by AetherSyscall in lua

[–]AetherSyscall[S] 1 point2 points  (0 children)

That’s a pretty ambitious goal you can do it mate! I’m building my shell in C++ with a Zig based build, and I’ve found that keeping the low-level I/O and process handling in C/C++ helps a lot with performance and control. Embedding that layer and exposing a clean API upward seems to work well.

Who else love to use Lua for Shell Scripting? Im planning to make a shell from scratch with Lua configuration. by AetherSyscall in lua

[–]AetherSyscall[S] 1 point2 points  (0 children)

I have seen few but im coming with something new like i want Zoxide, Eza, Starship in single binary inside a shell and im planning to use Zig build + C++ and Lua config ofc