If I got you right, you are talking about embedded DSL inside Javascript -> kind of like a library? Or about JS-like DSL, that is a superset of JS?
Our main drivers for creating a bespoke language were:
1. potential to create a completely tailored developer experience - as simple and nice as possible.
2. detaching from specific language - we want to be able to potentially support multiple languages in the future, especially on the backend.
How do you see it as a DSL that is still Javascript - I would love to hear more!
Our main drivers for creating a bespoke language were: 1. potential to create a completely tailored developer experience - as simple and nice as possible. 2. detaching from specific language - we want to be able to potentially support multiple languages in the future, especially on the backend.
How do you see it as a DSL that is still Javascript - I would love to hear more!