logoalt Hacker News

bawolff12/08/20241 replyview on HN

Seems like the escapes are slightly different. No astral unicode escapes (e.g. \u{123456} ). No octal escapes \123

No template literals (backticks)

No regex literals

No octal numbers (0123, 0o123)

No boolean numbers (0b1001)

No big ints (the "n" suffix)


Replies

brap12/09/2024

Most of these things seem like missing features that would fit right in. Except for maybe template strings which could contain references to template functions