www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (1065B)


      1 [![Build Status,](https://img.shields.io/travis/jsmaniac/dotlambda/main.svg)](https://travis-ci.org/jsmaniac/dotlambda)
      2 [![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/dotlambda/main.svg)](https://codecov.io/gh/jsmaniac/dotlambda)
      3 [![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/dotlambda)
      4 [![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/dotlambda/)
      5 [![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/dotlambda/issues)
      6 [![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
      7 
      8 dotlambda
      9 =========
     10 
     11 Racket library which splits dotted identifiers like `a.b.c` into an expression starting with `#%dotted-id`. The semantics of `#%dotted-id` are customizable.
     12 
     13 Also supports `λ<arg>.(code)` syntax, as an alternative implementation to AlexKnauth's [#lang afl](https://github.com/AlexKnauth/afl).