linusgroh’s avatarlinusgroh’s Twitter Archive—№ 2,438

  1. …in reply to @AnthonyRabine
    @AnthonyRabine @awesomekling Absolutely! We have something called Lagom, which makes it possible to compile many SerenityOS libraries and utilities on Linux (and most other unix-like systems) - including LibJS and our js(1) REPL: github.com/SerenityOS/serenity/tree/master/Meta/Lagom
    1. …in reply to @linusgroh
      @AnthonyRabine @awesomekling Additionally this allows anyone to use these libraries in their own projects where the code is not part of SerenityOS, e.g. github.com/linusg/libjs-test262 (see CMakeLists.txt and cmake/ FetchLagom.cmake for how its done)