ruby.wasm VS syntax_tree-haml

Compare ruby.wasm vs syntax_tree-haml and see what are their differences.

ruby.wasm

ruby.wasm is a collection of WebAssembly ports of the CRuby. (by Largo)

syntax_tree-haml

Syntax Tree support for Haml (by ruby-syntax-tree)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ruby.wasm syntax_tree-haml
1 2
0 5
- -
9.6 6.4
6 days ago 6 days ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ruby.wasm

Posts with mentions or reviews of ruby.wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • RubyJS-Vite
    11 projects | news.ycombinator.com | 15 Apr 2024
    You can use the Javascript API and the syntax is a joy. I used it to make an electron app with videoplayer.

    [1] https://github.com/largo/ruby.wasm

syntax_tree-haml

Posts with mentions or reviews of syntax_tree-haml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.
  • RubyJS-Vite
    11 projects | news.ycombinator.com | 15 Apr 2024
    Thanks!

    Both! I needed something like JSX, and I found Rux [1] but I had some issues with it, and then I found syntax_tree-haml [2] which gave me an AST that I could transform into Ruby. This is what the transformation looks like: https://gist.github.com/aalin/c0e4b0360a1f84d0283149fe4b2ce6...

    I have always liked Haml because it's compact and easy to read.

    [1] https://github.com/camertron/rux

    [2] https://github.com/ruby-syntax-tree/syntax_tree-haml

  • Producing HTML using string templates has always been the wrong solution
    2 projects | news.ycombinator.com | 16 Jan 2023
    I'm using Haml kinda like JSX in my framework, it's really nice. I'm using https://github.com/ruby-syntax-tree/syntax_tree-haml to transform Haml into Ruby. Works great.