55 results for “topic:syntax-sugar”
C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
A library adding some anti-Pythonic syntatic sugar to Python
Julia functional programming infrastructures and metaprogramming facilities
📦 KeyPath dynamicMemberLookup based syntax sugar for Swift.
Simple Smart Pipe: python productivity-tool for rapid data manipulation
Cleaner syntax for writing OR Query in Rails 5, 6. And also add #or support to Rails 3 and 4.
Tiny DSL for idiomatic date parsing and formatting in Ruby
Customize programming languages
(Deprecated)Rem Programming Language: a playful dynamic language with all modern syntax sugars.
Type-safe and human-readable set of bool flags
The Application Framework Built for Powerful, Secure features and add-ons
syntax sugar for assignments
Helpers for defining sequences of constants in Ruby using a Go-like syntax
Collections for PHP - It's basically a syntax sugar over classic array structure, which allows you to use it as classic array, but adds some cool features.
SBP - Shorter Built PHP - Just in time PHP precompiler
Shows how the different GitHub syntax highlighters work on URLs
100 days learning the Ruby World
Library to augment Scalaz with handy syntax and missing conversions.
It's a sugars for web related crates such as `web-sys`, `js-sys`, `wasm-bindgen`s.
No description provided.
Easily create OptionSets from enums in Swift.
Javascript-styled console logger for C++
golang syntax sugar
A kotlin library which allows management of cross references with simple property delegation
ruby syntax extension: double is {|x| x*2}; fib is memoized {|n| n<2 ? 1 : fib(n-2)+fib(n-1)}
Smart rust pipe macro for chaining function/method calls
Include google fonts in sass
R6RS Scheme library for ML-dialect inspired syntax
🍰 JS-inspired Syntax Sugar on top of Swift to make working with Arrays/Strings/... easier
Everyone needs a "pytricks" repo for their nasty handy Python hacks.