Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all languages commonly used alongside Ruby #75

Open
nathany opened this issue Oct 28, 2012 · 0 comments
Open

Support all languages commonly used alongside Ruby #75

nathany opened this issue Oct 28, 2012 · 0 comments

Comments

@nathany
Copy link
Contributor

nathany commented Oct 28, 2012

A meta-request for Scanners, in a similar vein to #73.

Rails & Sinatra

Templating

  • ERB - done
  • Haml - done
  • Slim - streaming, cleaner, faster than Haml, more popular with Sinatra users?

CSS

  • CSS - done
  • SASS/SCSS - default with Rails Asset Pipeline, Sass Scanner #93
  • LESS - some developers choose LESS (used by Twitter Bootstrap)

Data formats

Cocoa

  • MacRuby - Ruby with special selector syntax for method calls
  • RubyMotion - MacRuby minus a few things (require, eval)
  • Objective-C - Objective-C Scanner #46

JVM

  • JRuby - done, it's just Ruby.
  • Java - done
  • Mirah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant