Hacker News
- SQL is syntactic sugar for relational algebra https://www.scattered-thoughts.net/writing/unexplanations-sql-is-syntactic-sugar-for-relational-algebra/ 145 comments
- Syntactic sugar in C – (ab)using “for” loops http://zserge.com/blog/c-for-loop-tricks.html 4 comments
- C# 6 exception filters and how they are much more than syntactic sugar http://www.volatileread.com/Wiki?id=1087 19 comments
- C# 6 exception filters and how they are more than syntactic sugar http://volatileread.com/Wiki/Index?id=1087 20 comments
- Syntactic Sugar for Java https://github.com/guybedo/sugar 89 comments java
- Toylang - Dot Operator As Syntactic Sugar https://toylang.com/ 29 comments programminglanguages
- Why Async/Await Is More Than Just Syntactic Sugar https://www.zhenghao.io/posts/await-vs-promise 82 comments javascript
- Decompile .NET DLL using ILSpy. Undo C# syntactic sugar https://www.youtube.com/watch?v=1GjnHMg9YyE 3 comments csharp
- `depart` for `return`, a syntactic sugar for blocks with early-stop - New to Julia https://discourse.julialang.org/t/depart-for-return-a-syntactic-sugar-for-blocks-with-early-stop/76407?u=complyue 7 comments julia
- Is this a syntactic sugar of Swift? https://developer.apple.com/documentation/swiftui/button/init(action:label:) 14 comments swift
- Syntactic sugar for map access (Access module): How is this achieved? https://github.com/elixir-lang/elixir/blob/afcefb3e212d488f1b3cdacd4a4b67208135d694/lib/elixir/lib/access.ex 2 comments elixir
- JS classes are not “just syntactic sugar” https://webreflection.medium.com/js-classes-are-not-just-syntactic-sugar-28690fedf078 44 comments javascript
- Syntactic Sugar Is Not Always Good https://techblog.bozho.net/syntactic-sugar-is-not-always-good/ 24 comments java
- SugarPP: My C++ syntactic sugar collection https://www.reddit.com/r/cpp/comments/j5sqbw/sugarpp_my_c_syntactic_sugar_collection/ 51 comments cpp
- Hey All! We just released the latest version of our open-source build tool Earthly. It's like make file and docker files mixed together, with some nice syntactic sugar. https://www.producthunt.com/posts/earthly-2 6 comments opensource
- Edge case of implicit return behaving like more than just syntactic sugar https://www.reddit.com/r/rust/comments/cg3qlo/edge_case_of_implicit_return_behaving_like_more/ 19 comments rust
- Library-level syntactic sugar for accessing elements of a std::tuple (or std::variant). [Idea] https://www.reddit.com/r/cpp/comments/9u5cxi/librarylevel_syntactic_sugar_for_accessing/ 11 comments cpp
- :for: Syntactical sugar for your bash parallelism https://duckpond.ch/bash/2018/03/08/for.html 9 comments bash
- Syntactic sugar in C - (ab)using "for" loops http://zserge.com/blog/c-for-loop-tricks.html 30 comments programming
- Monadless - Syntactic sugar for monad composition (or: “async/await” generalized) http://monadless.io 95 comments scala
- What syntactic sugar do you avoid? http://stackoverflow.com/a/2846298 141 comments dotnet
- Missing syntactic sugar https://www.reddit.com/r/rust/comments/5m92s2/missing_syntactic_sugar/ 62 comments rust
- Why Perl 6 has deliberately not provided syntactic sugar to make complex mutators https://6guts.wordpress.com/2016/11/25/perl-6-is-biased-towards-mutators-being-really-simple-thats-a-good-thing/ 49 comments programming
- C++'s syntactic sugars http://dvmirchevcpp.blogspot.bg/2016/08/cs-syntactic-sugars.html 22 comments cpp
- The case expression syntactic sugar can usually be represented in terms of an ordinary higher-order function. How can this be done for GADT's? https://hackage.haskell.org/package/base-4.8.2.0/docs/Data-Maybe.html#v:maybe 11 comments haskell
- Help: scheme macro and syntactic sugar http://http//ab-initio.mit.edu/wiki/index.php/Meep 6 comments scheme
- Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch https://github.com/duemunk/async 3 comments swift
- C# 6 Exception Filters and How they are much more than Syntactic Sugar http://www.volatileread.com/wiki/index?id=1087 10 comments programming
- C# 6 Exception Filters and How they are much more than Syntactic Sugar http://www.volatileread.com/wiki/index?id=1087 5 comments csharp
- RefluxJS updated with new syntactic sugars for your Flux data flows http://spoike.ghost.io/refluxjs-0-1-8/ 3 comments reactjs
- Sweeter Javascript: Defining Properties to Add Syntactic Sugar http://blog.carbonfive.com/2013/02/12/sweeter-javascript-defining-properties-to-add-syntactic-sugar/ 4 comments programming
- Elm 0.6 - Syntactic Sugar, setting FPS in a single line, ... http://elm-lang.org/blog/announce/version-0.6.elm 21 comments programming
- Classes As Syntactic Sugar http://www.xanthir.com/etc/papers/tr-81-classes-as-syntactic-sugar.html 48 comments programming
- Linq for C++: Syntactic sugar for list comprehensions http://pfultz2.github.com/linq/ 42 comments programming
- jQuery Chrono - syntactic sugar for setTimeout and setInterval functions. https://github.com/avk/jquery-chrono 18 comments javascript
- Turn tuples into syntactic sugar for heterogeneous lists. http://hackage.haskell.org/trac/ghc/ticket/1245 7 comments haskell
- Haskell's arguments against syntactic sugar http://www.haskell.org/haskellwiki/syntactic_sugar/cons 33 comments programming
- Syntactic Sugar http://jacobian.org/writing/syntactic-sugar/ 9 comments programming
- Syntactic sugar will occassionally kick your puppies. http://www.coffeepowered.net/2009/03/02/syntactic-sugar-will-occassionally-kick-your-puppies/ 6 comments ruby
- Python Decorators: Syntactic Sugar http://avinashv.net/2008/04/python-decorators-syntactic-sugar/ 39 comments programming