Hacker News
- Ruby DSL Handbook http://clean-ruby.com/dsl 29 comments
- Squib: A Ruby DSL for prototyping card and board games http://andymeneely.github.io/squib/ 44 comments
- A DSL in 5 Languages: Ruby, Python, PHP, C#, Java http://www.braintreepaymentsolutions.com/devblog/a-dsl-in-5-languages 51 comments
- Gmail-Britta: a ruby DSL for your gmail filters http://boinkor.net/archives/2012/12/write-gmail-filters-in-a-nice-ruby-dsl-gmail-britta.html 2 comments
Lobsters
- Parsing a DSL in Ruby in less than 30 LoC https://medium.com/@farsi_mehdi/parsing-a-dsl-in-ruby-in-less-that-30-loc-2c651a3f2e19 10 comments ruby
- Ruby-style DSL's in Python 2.5 http://aspn.activestate.com/aspn/cookbook/python/recipe/534150 32 comments programming
- Enums as constants in Ruby DSL https://www.reddit.com/r/rails/comments/fomw4d/enums_as_constants_in_ruby_dsl/ 4 comments rails
- Runbook: A Ruby DSL for Gradual System Automation https://www.reddit.com/r/ruby/comments/ckprrn/runbook_a_ruby_dsl_for_gradual_system_automation/ 5 comments ruby
- GeoEngineer - Ruby DSL for Terraform https://github.com/coinbase/geoengineer 3 comments ruby
- Benefits of Writing a DSL in Ruby http://engineering.zenpayroll.com/benefits-of-writing-a-dsl/ 5 comments ruby
- Ruby web development framework without any DSL? http://lotusrb.org 18 comments ruby
- Wriggle: A simple Ruby directory crawler DSL https://github.com/tsigo/wriggle 6 comments ruby
- building a DSL for text based RPGs in Ruby http://www.omgbloglol.com/?p=4 6 comments ruby
- Castanaut: Automate screencasts with a Ruby DSL http://gadgets.inventivelabs.com.au/castanaut 2 comments ruby
- Treetop - Ruby parsing DSL http://treetop.rubyforge.org/ 27 comments programming
- What's a Ruby DSL and what isn't? http://www.infoq.com/news/2007/06/dsl-or-not 5 comments programming
- Ruby DSL to configure neovim (and maybe vim) https://github.com/Liberatys/nvim_conf 5 comments neovim
- CSV Shaper: DSL for creating CSV output in Ruby & Rails https://github.com/paulspringett/csv_shaper 4 comments ruby
- Coinbase's Geoengineer - Ruby DSL for Hashicorp Terraform https://www.reddit.com/r/devops/comments/699ctn/coinbases_geoengineer_ruby_dsl_for_hashicorp/ 3 comments devops
- Squib: a Ruby DSL for prototyping card and board games http://andymeneely.github.io/squib/ 7 comments ruby
- Eldritch - DSL for async programming in ruby https://github.com/beraboris/eldritch/blob/master/readme.md 3 comments ruby
- Renee - The Friendly Ruby Web DSL http://reneerb.com/ 13 comments ruby
- Ruby DSL for parameter chunking and named parameters http://banisterfiend.wordpress.com/2008/09/21/ruby-dsl-for-named-parameters/ 2 comments ruby
- Foot Traffic: pure Ruby DSL for Chrome scripting based on Ferrum https://github.com/lewagon/foot_traffic 11 comments ruby
- Parsing a DSL in Ruby in less that 30 LoC https://medium.com/@farsi_mehdi/parsing-a-dsl-in-ruby-in-less-that-30-loc-2c651a3f2e19 10 comments ruby
- A Ruby DSL for printing guitar chords. Alpha version, devs needed! http://github.com/darth10/chordy 36 comments programming
- Ed: A Domain Specific Language(DSL) that you can use to talk to Git from Ruby. https://github.com/robgleeson/ed 14 comments ruby
- Sinatra 1.0 Released: Major Milestone for Ruby's Best Webapp DSL http://www.rubyinside.com/sinatra-1-0-released-3162.html 5 comments programming
- Montreal.rb Talk Video 2024/03 - Frontend Ruby with Glimmer DSL for Web - Andy Maleh https://www.youtube.com/watch?index=11&list=PLRAf4zt5oEjc2mqmEN9m_O0JovQCXxvxt&v=rIZ-ILUv9ME 2 comments ruby
- A Ruby DSL for printing guitar chords (x-post from /r/programming) https://github.com/darth10/chordy 25 comments ruby
- Hone your Ruby skills with Wes Bailey's "kata" gem. (Or write your own kata with his "code kata" DSL.) http://code-worrier.com/blog/kata/ 6 comments ruby
- Bytecode Tools in Ruby: A Low-level DSL http://headius.blogspot.com/2007/11/bytecode-tools-in-ruby-low-level-dsl.html 3 comments programming
- I created a gem with a DSL for method overloading based on pattern matching for Ruby. I'll appreciate critique https://github.com/alehander42/matchete 6 comments ruby
- Ruby DSL Handbook - the ebook about creating Ruby code that speaks your language while avoiding metaprogramming hell. http://clean-ruby.com/dsl 15 comments ruby
- Metaprogramming in Ruby: How Rails Router Uses `instance_exec`to Provide a Nice DSL https://www.akshaykhot.com/understanding-rails-router-why-what-how/#digging-deeper-router-internals 4 comments ruby
- A Fresh new GraphQL server for Rails applications, with a focus on natural and Ruby-like DSL. https://github.com/virtualshield/rails-graphql 2 comments ruby
- My first gem - threadparty: A ruby DSL to make multithreading a little quicker to setup. https://github.com/everspace/threadparty 4 comments ruby
- MooseX - a new Ruby DSL for Object Oriented Programming (and much more) http://pacman.blog.br/blog/2014/02/07/moosex-a-new-ruby-dsl-for-object-oriented-programming-and-much-more/ 11 comments ruby
- 'Hippo: Your friend for 5010.' Learn about Hippo, a DSL to create and read HIPAA transactions sets in pure ruby! http://www.jonathan-jackson.net/hippo-your-friend-for-5010 5 comments ruby
- Ronin - ronin-sql 1.0.0 released! Now with a fully-fledged Ruby DSL for crafting SQL injections http://ronin-ruby.github.com/blog/2013/01/21/ronin-sql-1-0-0-released.html 13 comments netsec