Giter Site home page Giter Site logo

Comments (5)

bakpakin avatar bakpakin commented on May 12, 2024

I used to have a CMake script for building Janet, which I then deleted as it was annoying to maintain and less flexible than a Makefile. I found CMake to not really be an improvement for portability. I do miss the easy development on Windows with visual studio, but a batch file works fine too.

A supplementary CMakeLists.txt for building would be useful, but not really on my roadmap.

from janet.

elfring avatar elfring commented on May 12, 2024

How do you think about to support more development environments by the reuse of build system generators?

from janet.

bakpakin avatar bakpakin commented on May 12, 2024

Build system generators are nice sometimes, but don’t really help with making things truly cross platform, they just smooth out the easiest step. Since I do most of the development for Janet in vim on Linux and occasionally Notepad++ on windows, IDE support is not so important to me.

Lastly, Janet has a bootstrap step that requires somewhat complicated rules. The CMake build, even before when it was simpler, required several custom commands to embed files in the binary.

Again, a CMake based build would be great and definitely help developers who wanted to use an IDE contribute, but not on my Roadmap. As for making Janet cross platform, I don’t think a build system generator is all that much help besides setting a handful of compiler flags, especially as Janet has basically no dependencies besides some basic Posix stuff and win32 on windows. Possibly pthreads in the future.

from janet.

elfring avatar elfring commented on May 12, 2024

Does a tool like “autoscan” show any software dependencies that you find worth for further considerations?

from janet.

bakpakin avatar bakpakin commented on May 12, 2024

No.

from janet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.