|
|
|
|
|
by floodfx
888 days ago
|
|
I think String Templates are pretty cool. For example it enables "tagged template literal"-like behavior which is super powerful in JS land. I used it to support a LiveView implementation for Java: https://github.com/floodfx/undead Sure the syntax isn't "pretty" but understandable and you get used to it like anything else. |
|