jarble

Results 72 issues of jarble

I ran the Jiphy translator with an example from the README, but this code was not translated correctly: ``` import jiphy print(jiphy.to.javascript(''' import underscore as _ def my_function(argument1, argument2): if...

Jiphy is an excellent tool for translating Python source code into JavaScript and vice-versa, but it doesn't appear to generate code in other languages yet. I think we could make...

In C++, it is possible to infer parameter types and return types of functions using the `auto` keyword: ``` auto square(auto x){ return x*x; } ``` I tried to use...

inactive

[http://stuk.github.io/jszip-utils/](http://stuk.github.io/jszip-utils/) has a link that is supposed to show the documentation, but there's no documentation: the page links to itself. Does the link need to be updated?

File Browser is currently able to move and copy files using keyboard shortcuts, but it can't undo or redo a file move using CTRL+Y and CTRL+Z. Should it support these...

It seems that the Circle compiler generates SPIR-V modules from C++ source code. Is this compiler able to generate GLSL shader source code instead of SPIRV? If Circle doesn't have...

Is it possible to define recursive functions in NZSL? I normally use [macro expansion](https://stackoverflow.com/a/77470186/975097) to define recursive functions in shading languages, but I wish they had built-in support for recursion.

question

Is `infer` able to generate type annotations for JavaScript functions? It would be useful to have a tool that could transform a JavaScript function like this: ``` function distance_formula(x1,y1,x2,y2){ return...

Should this list include reverse proxy tunnels that provide free subdomains, like [loophole.cloud](https://loophole.cloud/docs)?

I recently made [another list of transpilers](https://github.com/jarble/list-of-transpilers), which includes many transpilers for Lua, TypeScript, and several other languages. Will these transpilers be added to the "awesome-transpilers" list?