GithubHelp home page GithubHelp logo

pzero's Introduction

p(0) - Puppet Language Level Zero

p(0), or 'pzero', is a stand-alone project for parsing and generating a simplified form of [Puppet http://puppetlabs.com]'s already simple configuration language. The difference between this language and the full language is that this minimal version includes no variables, class constructs, or conditionals of any kind, similarly to how JSON is a pure-data subset of Javascript:

Puppet : p(0) :: Javascript : JSON

The point of the p(0) is that it can be easily written and parsed in non-Ruby languages without any Puppet dependencies, just like JSON (although admittedly more difficult than JSON). It is both a language spec and an implementation of that spec in as many languages as possible. It is also expected that some or all of those implementations will move into separate projects, such as ruby gems and python eggs.

p(0) is effectively a simplified graph language, with Puppet Resources being the nodes and dependencies being the edges.

pzero's People

Contributors

hunner avatar jordansissel avatar

Watchers

 avatar  avatar

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.