Giter Site home page Giter Site logo

ede's Introduction

ED-E

Introduction

ED-E is a templating language written in Haskell with a specific set of features:

  • Logicless (within reason): A small set of consistent predicates and expressions for formatting and presentational logic are provided.
  • Secure: No arbitrary code evaluation, with input data required to be fully specified at render time.
  • Stateless: Parsing and rendering are separate steps so that loading, parsing, include resolution, and embedding of the compiled template can optionally be done ahead of time, amortising cost.
  • Markup agnostic: ED-E is used to write out everything from configuration files for system services, to HTML and formatted emails.
  • Control over purity: Users can choose pure or IO-based resolution of include expressions.
  • No surprises: All parsing, type assurances, and rendering steps report helpful error messages with line/column metadata. Variable shadowing, unprintable expressions, implicit type coercion, and unbound variable access are all treated as errors errors.

Please see the documentation for more information.

Syntax

A set of syntatic/semantic fragments for all supported expressions can be found in the tests or the documentation.

Contribute

For any problems, comments or feedback please create an issue here on GitHub.

Licence

ED-E is released under the Mozilla Public License Version 2.0

ede's People

Contributors

brendanhay avatar cdepillabout avatar kim avatar utdemir avatar

Watchers

 avatar  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.