programming-language
Here are 175 public repositories matching this topic...
-
Updated
Jul 21, 2022 - Haskell
Waspello is using Postgres but it isn't noted anywhere, so it is confusing for the users trying to run it. We should note it in Waspello's README and link to the docs where it is explained how to setup and run Postgres.
The quickstart is amazing and I want to learn more language features. doc/Language.md gives a good high-level overview of what's possible, but I found it difficult to put into practice.
I'd love to see more guides like the quickstart (description of individual keystrokes) or hosted .lamdu files.
-
Updated
Jul 22, 2022 - Haskell
-
Updated
Nov 3, 2020 - Haskell
Tests for following standard libraries seem to be missing. Although some libraries might be difficult to test (such as random.egi or io.egi), it'd be nice to have some tests that make sure all the functions in these libraries can be (at least) executed without dynamic errors.
-
lib/core/io.egi -
lib/core/random.egi -
lib/core/shell.egi -
lib/core/sort.egi - Every
-
Updated
Apr 11, 2021 - Haskell
-
Updated
Jul 18, 2022 - Haskell
We are currently using the library filepath-1.4.2.2. In this version, the library offers its API for the type Filepath:
type FilePath = String
We are all aware of the problems of using String in haskell.
Recently,
-
Updated
Apr 11, 2022 - Haskell
-
Updated
Feb 22, 2022 - Haskell
-
Updated
Jul 12, 2018 - Haskell
-
Updated
Feb 26, 2022 - Haskell
Description / 説明
スコープに被りがなければ変数名に suffix を付けないでほしい
The current implementation avoids name conflicts of variables even when the scopes of them are distinct. For example, i and i2 are used in the following result:
int64_t solve(int64_t n, int64_t c, std::vector<int64_t> h) {
...
for (int32_t i = 0; i < 1ll; ++ i) {
...
}
for (int32_t i2 = 0; i2 < -
Updated
May 26, 2022 - Haskell
-
Updated
Oct 2, 2019 - Haskell
-
Updated
Mar 8, 2021 - Haskell
-
Updated
Jun 3, 2019 - Haskell
-
Updated
May 11, 2022 - Haskell
-
Updated
Dec 1, 2020 - Haskell
-
Updated
Nov 8, 2018 - Haskell
-
Updated
Jun 21, 2019 - Haskell
-
Updated
Jul 22, 2022 - Haskell
-
Updated
Jul 14, 2022 - Haskell
-
Updated
Mar 19, 2016 - Haskell
As the title says.
This really comes in two stages
- COMPLETED
-O- Handle one flag,
-Owhich is like that of, e,g., GHC, GCC, where you control a curated set of passes - LLVM has such curated pass sets, so this is the simplest stage to support
- Handle one flag,
- -
f-fflags, e.g.,-ffast-math, are much more general, being switches for each particular optimisation- this one seems
-
Updated
Feb 18, 2017 - Haskell
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."