Ramsey Nasser on Nostr: is there any language that is reactive by default? the semantics of vue are really ...
is there any language that is reactive by default? the semantics of vue are really great for a lot of different kinds of systems but you have to do everything through javascript syntax/proxies which is a bit tedious. i was wondering if any language supported eg
let a = 2
let b = a * 2
print(b) // 4
a = 8
print(b) // 16
at the language level
Published at
2024-09-27 17:47:34 UTCEvent JSON
{
"id": "15821b0be40393fe9691df65256c32caf0c9f424bbd0dd8c33c940e688fda8f7",
"pubkey": "f392639a0fd7e3ec19370ddd7521304e49c50c9146d30202b4ced90ba4d76a96",
"created_at": 1727459254,
"kind": 1,
"tags": [
[
"proxy",
"https://merveilles.town/@nasser/113210769718595074",
"web"
],
[
"proxy",
"https://merveilles.town/users/nasser/statuses/113210769718595074",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://merveilles.town/users/nasser/statuses/113210769718595074",
"pink.momostr"
],
[
"-"
]
],
"content": "is there any language that is reactive by default? the semantics of vue are really great for a lot of different kinds of systems but you have to do everything through javascript syntax/proxies which is a bit tedious. i was wondering if any language supported eg\n\nlet a = 2\nlet b = a * 2\nprint(b) // 4\na = 8\nprint(b) // 16\n\nat the language level",
"sig": "518687b66ac53f5edcdc940dbfbc47a682c103e61e2707013c4d5438b5484f6a67921913af756ecafa76eb773f5269bb4c377ba4ecb9b70fc41368b2613d8fbe"
}