bramble VS dhall

Compare bramble vs dhall and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
bramble dhall
2 10
180 898
- 0.3%
0.0 7.3
about 1 year ago 7 days ago
Go Dhall
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bramble

Posts with mentions or reviews of bramble. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-22.
  • How to Learn Nix
    11 projects | news.ycombinator.com | 22 Nov 2021
    I've been looking into Nix a lot lately (but have yet to take the leap - I'll probably start with devshell)

    But a couple of projects have come up lately that piqued my interest wrt syntax and alteratives (Since I am not sure about Scheme anymore than Nix (as a langauge) :-)

      * https://github.com/maxmcd/bramble
  • Ask HN: What Are You Working On?
    100 projects | news.ycombinator.com | 14 Jan 2021
    An alternative to Nix that uses Starlark (python syntax) instead of a purely functional programming language: https://github.com/maxmcd/bramble

    I struggled to climb the steep learning curve of Nix/NixOS and wondered what it would be like with a more familiar (to me) syntax.

    It's been very rewarding to write. I was able to implement some ideas from the initial Nix paper that aren't present in Nix. Nix is also quite dependent on the use of the /nix/store path, but I was able to allow a user to use almost any path for their build store without sacrificing on the potential for a shared build cache. I also want to have better native support for things like building docker images, among other features.

    I'm currently implementing sandboxing and finalizing some of the build structure, but hoping it'll be usable sometime soon.

dhall

Posts with mentions or reviews of dhall. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-02.
  • Why Functional Programming Should Be the Future of Software
    11 projects | news.ycombinator.com | 2 Nov 2022
    ```

    If you mean installing Dhall's dependencies (https://github.com/dhall-lang/dhall-haskell/blob/master/dhal...), those aren't too crazy, but they're definitely not all "beginner level". Template Haskell in particular is quite heavyweight.

  • Dhall: A Gateway Drug to Haskell
    27 projects | news.ycombinator.com | 7 Jun 2022
    Ok, lets be specific. Lets write a comment to explain this function:

    https://github.com/dhall-lang/dhall-haskell/blob/master/dhal...

  • Nix: An idea whose time has come
    17 projects | news.ycombinator.com | 18 Feb 2022
    I haven't tried it but apparently you can compile to Nix from Dhall:

    > You can use this compiler to program Nix using the Dhall language. This package targets people who wish Nix had a type system.

    https://github.com/dhall-lang/dhall-haskell/tree/master/dhal...

  • Usage Of Cryptonite Library In GHCJS
    3 projects | /r/haskell | 26 Jan 2022
  • How to Learn Nix
    11 projects | news.ycombinator.com | 22 Nov 2021
    If the problem is the syntax and people wants some other format that compiles to nix, there's dhall

    https://dhall-lang.org/

    https://github.com/dhall-lang/dhall-haskell/tree/master/dhal...

    https://www.haskellforall.com/2017/01/typed-nix-programming-...

    Dhall is a generic config language with some programming capabilities (but not turing complete) that can compile to json, yaml, and other formats, like in this instance nix.

  • Google Summer of Code Summary: Dhall bindings to CSV
    2 projects | dev.to | 21 Aug 2021
    For my GSoC project, I built from scratch the dhall-csv package on the Dhall Haskell implementation Github Repository. Said package provides two executables, dhall-to-csv (which converts Dhall files into CSV files) and csv-to-dhall (which converts CSV files into Dhall files). It also provides Haskell libraries with the functions that translate bidirectionally between Dhall and CSV.
  • Wuffs the Language
    4 projects | news.ycombinator.com | 7 Apr 2021
    > If you add constraints (like not being able to feed the program to itself as is done in the halting problem and not allowing unbounded loops) then it is possible to determine if a program will terminate or not.

    Dhall is a good example - https://github.com/dhall-lang/dhall-haskell .

  • INTERCAL, YAML, And Other Horrible Programming Languages
    12 projects | /r/programming | 25 Feb 2021
    See also https://dhall-lang.org/
  • Common Nginx misconfigurations that leave your web server open to attack
    4 projects | news.ycombinator.com | 25 Feb 2021
    That just seems like an even greater nightmare to me. Soon you would have to learn to read and understand a custom program in a Turing-complete language for each and every installation.

    The proper solution is a DSL, just a better DSl. Or perhaps a DSL embedded in something like dhall <https://dhall-lang.org/>, but definitely not a general-purpose programming language.

  • i want that
    1 project | /r/ProgrammerHumor | 18 Feb 2021
    Dhall

What are some alternatives?

When comparing bramble and dhall you can also consider the following projects:

goget - 📦 A simple, good looking, go modules TUI! No more looking for the right "go get" command!

accelerate - Embedded language for high-performance array computations

nix-gui - Use NixOS Without Coding

dhall-nix

nonguix - Nonguix mirror – pull requests ignored, please use upstream for that

accelerate-cuda - DEPRECATED: Accelerate backend for NVIDIA GPUs

bread - :bread: Install, update and remove AppImage from your CLI.

haste-compiler - A GHC-based Haskell to JavaScript compiler

dotfiles - A collection of my dotfiles

egison - The Egison Programming Language

nixpkgs - Nix Packages collection & NixOS

hLLVM