# Web development can be programming language agnostic
Because of the plethora of [[Transpiling]] and also the emergence of [[WASM]], the [[Web Browser]] is becoming a language agnostic development platform.
With some inter-language glue, it is possible to combine things like:
- [[ClojureScript]]
- [[pico8]]
- [[Javascript]] and [[Typescript]] (of course)
- [[Lua]]
- [[Elm]]
- [[Purescript]]
- many more...
This is related to [[Program Kitbashing]] in that you can kitbash many different languages together (although I'm not exactly sure how much glue is often needed, as I have only done it for [[PROJ - Particle FX Editor]]).