Giter VIP home page Giter VIP logo

Comments (1)

apparentlymart avatar apparentlymart commented on June 27, 2024

Hi @danbst! Thanks for sharing this.

We are familiar with this Nix format and indeed it has some interesting similarities and differences to HCL. The main constraint on the design of HCL2 was existing use of HCL1+HIL, so there's a limit to how much direct inspiration we could take from other similar languages, but I think HCL2's expression language in particular has similar capabilities to the one in the Nix language.

A notable omission in HCL2 in comparison to Nix language is a native syntax for declaring functions, which is intentionally not built in since it's a lot of extra mandatory weight on the language that would apply to all calling applications. However, there is an experimental extension package that allows applications to opt-in to allowing users to define functions without extending the syntax -- it just uses the normal HCL block/argument constructs to form a function definition.

Making the application responsible for wiring up this mechanism allows it to be integrated with other concepts in the calling application. For example, while there are no immediate-term plans to offer user-defined functions in Terraform, to do so effectively would require Terraform itself to be aware of the functions so that they could interact well with Terraform's concept of modules, and have a Terraform-native-feeling way to share functions between different modules. I don't yet know exactly what that would look like, but having the functions syntax built directly into the language would limit the degree to which calling applications could adapt the configuration conventions to fit their needs.

We use GitHub issues for tracking bugs and enhancements, so since this issue doesn't represent something specific we can act on I'm going to close it out. However, I do appreciate you sharing these links and your thoughts on the Nix language!

from hcl2.

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.