Lambda shorthand: fn{ _1 * 2 } instead of lambda{|x| x*2}
-
Updated
Jun 10, 2014 - Ruby
Lambda shorthand: fn{ _1 * 2 } instead of lambda{|x| x*2}
Tiny DSL for idiomatic date parsing and formatting in Ruby
Helpers for defining sequences of constants in Ruby using a Go-like syntax
Library to augment Scalaz with handy syntax and missing conversions.
Type-safe and human-readable set of bool flags
ruby syntax extension: double is {|x| x*2}; fib is memoized {|n| n<2 ? 1 : fib(n-2)+fib(n-1)}
A kotlin library which allows management of cross references with simple property delegation
R6RS Scheme library for ML-dialect inspired syntax
Basic configuration and default components to work with No-JSX in React projects
Basic configuration and default components to work with No-JSX in React Native projects
(Deprecated)Rem Programming Language: a playful dynamic language with all modern syntax sugars.
Syntax::Keyword::Forall perl library
pydollar - use the dollar sign for assignment reflection in Python
SBP - Shorter Built PHP - Just in time PHP precompiler
Custom Programming Language that compiles to Lua
[RU] Синтаксический сахар (или что-то около того) для собственных нужд.
Add a description, image, and links to the syntax-sugar topic page so that developers can more easily learn about it.
To associate your repository with the syntax-sugar topic, visit your repo's landing page and select "manage topics."