Elektrine lite

← Feed

@soulcutter@ruby.social

Post #1529564

2026-04-22 15:39 UTC

@pointlessone@status.pointless.one I love this, haha. Do you think it would JIT down to the same, though? I still prefer writing expressively, rather enforcing the best micro optimization when it’s less-readable.

Replies (1)

  • @soulcutter@ruby.social I don’t think it would. Most JITs do not apply much optimization just translate to native code. Parser applies some optimizations when generating bytecode though. There are some specialized ops in bytecode, too.

    Open ##1529563