-
In some applications, the exact same calculations need to be carried out for different inputs repeatedly. Examples are Monte-Carlo simulation where the execution path (branches, etc.) is independent o…
-
See https://github.com/hoelzro/p6-linenoise/issues/31#issuecomment-557897984
The module doesn't need to generate code anymore, so let's remove that to make packaging and stuff easier in the future.
-
As documented via #1666, schema generation from Kotlin classes currently requires using non idiomatic
code like `data class Foo(@get:JsonProperty(required = true, value = "output") val bar: String)`…
-
(I am not positive this issue is not a duplicate of #1783)
The following code:
```
let[@inline never] get_one () = #1.
let f () =
let acc = #0. in
let one = get_one () in
let acc = …
-
Ref: https://github.com/lfortran/lfortran/pull/4064#discussion_r1619311992
```fortran
program main
integer, parameter :: sq = sqrt(4.0)
end program
```
```console
$ lfortran a.f90 --show-fo…
-
Move the i18n file generation into the ci instead of building and commiting them.
Include the files in .gitignore
-
This would be a very cool feature because Flutter can compiles down to native machine code for **fast apps and beautiful animations!**
But at the same time, development in Flutter is quite **comple…
-
Dear @plancherb1,
Thanks for sharing this set of benchmarks.
I wonder why your are not also comparing with Pinocchio code gen support, which can be up to 10 times faster than standard CPU compiled…
-
Thank you for your great work.
I wonder when you will submit the method of creating the double line plate.
-
Breaking this out of #75.
We should revise our available test report implementations and improve their test coverage.