Hi, RDF JavaScript frameworks are still ~20 years behind Java. So this had me thinking for a while -- instead of reinventing the wheel, would it be possible to transpile Jena to TypeScript or JavaScript?
ARQ would probably be my number #1 target, but RIOT would also be useful. >From what I've found, J2CL seems to be the framework that should be able to do it: "Java to Closure JavaScript transpiler" https://github.com/google/j2cl I haven't tried myself yet, but I know that Saxon-CE (which is now deprecated in favor of the native Saxon-JS) was first ported using GWT, the predecessor of J2CL. http://www.saxonica.com/ce/index.xml Has anyone had similar ideas or done some experiments? Is this realistic at all? Martynas
