←back to thread

Okay, I Like WezTerm

(alexplescan.com)
488 points alexpls | 1 comments | | HN request time: 0.207s | source
Show context
bloopernova ◴[] No.41224783[source]
Oh, very cool that it uses Lua for its configuration. That opens up a massive potential for new behaviours and customization.

Emacs uses Lisp in a similar way. What other applications use a programming language for their configuration?

replies(6): >>41225026 #>>41225316 #>>41225346 #>>41225512 #>>41226408 #>>41229740 #
1. lawn ◴[] No.41225316[source]
Neovim is the obvious example here, also relying on Lua.

Neovim of course also supports Vimscript, although writing anything more complex is much nicer in Lua.