|
You are here |
mill-build.org | ||
| | | | |
www.lihaoyi.com
|
|
| | | | | [AI summary] The article argues that build tools fundamentally model pure functional programs, presenting the Mill build tool as an implementation that leverages this isomorphism to simplify complexity. | |
| | | | |
tmandry.gitlab.io
|
|
| | | | | At my company, we are moving our medium-sized C++ and Python codebase from CMake to Bazel. Moving to a new build system is a lot of work, so naturally, it has to be justified. Here are the benefits most important to us. First-class build system for C++ Our primary language today is C++, which doesn't have a standard build system. Bazel's C++ support is very good, and supports everything from code coverage reports to profile-guided optimization. | |
| | | | |
lexi-lambda.github.io
|
|
| | | | | [AI summary] This article is a comprehensive exploration of Haskell programming, covering its strengths, challenges, and the author's personal reflections on the language and its community. The piece delves into topics such as Haskell's type system, effect systems, and the use of libraries like lens and Text. It also addresses broader issues like the community's debates, the role of Haskell in modern software development, and the importance of type safety and abstraction in programming. The author reflects on their journey with Haskell, emphasizing the language's ability to challenge and inspire while acknowledging its imperfections. The conclusion highlights the significance of Haskell in the design space of programming languages and the author's commitment... | |
| | | | |
rugu.dev
|
|
| | | [AI summary] A software developer explains why precompiled programs fail on NixOS due to its isolated filesystem and provides specific technical workarounds and tools to resolve dependency issues. | ||