Scheme good first issues

30 open Scheme issues currently match the default 10+ star filter. Scored difficulty: 5,946 at 1/5, 8,786 at 2/5, 12,699 at 3/5, 12,118 at 4/5, 857 at 5/5. This hub uses the same feed as the homepage, limited to repositories whose GitHub language is Scheme.

All languages · Browse projects · How to find good first issues

Active projects

Unique repos with open help-wanted issues updated in the last 30 days

Showing 30 of ~30 matching filters (Scheme · 10+ stars)

List

add benchmarks using actual Clojure libraries

AI summary

This issue proposes adding benchmarks to the project that utilize actual, existing Clojure libraries. The goal is to create more representative benchmarks by simulating real-world usage scenarios on the JVM. This would provide valuable insights into performance for practical applications.

documentationenhancementhelp wantedgood first issue
73
Difficulty
3/5

explore to see if there's a workaround for static linking gotchas

AI summary

This issue describes a bug where raygui, when statically linked with raylib, experiences inert controls. This is due to each static link creating its own copy of raylib's global variables, leading to controls reading an unmoving mouse cursor and becoming unresponsive without any error messages.

bughelp wanted
73
Difficulty
4/5

add nix flake

AI summary

This issue proposes adding a Nix flake to the project. Nix flakes are a feature of the Nix package manager that allows for reproducible builds and dependency management. Implementing this would likely involve creating a flake.nix file and potentially adjusting build scripts.

enhancementhelp wanted
73
Difficulty
3/5

add support for aliases and :extra-deps

AI summary

This issue proposes adding support for aliases and `:extra-deps` to the Jolt project. This enhancement is specifically needed to enable the `joltc -A:jolt` command, allowing cross-platform libraries to declare Jolt-specific dependencies.

enhancementhelp wantedgood first issue
73
Difficulty
2/5

Factor out a portable Scheme layer which could target different implementations

AI summary

This issue proposes refactoring the Clojure compiler to decouple its Chez Scheme-specific host layer. The goal is to create a more portable Scheme layer that can target different Scheme implementations, such as Guile for WASM, enabling broader compatibility and features like interactive WASM development.

enhancementhelp wanted
73
Difficulty
3/5

add a JOLT_DEBUG env variable to gate noisy output

AI summary

This issue proposes adding a `JOLT_DEBUG` environment variable to control the verbosity of Jolt's output. Currently, Jolt prints a significant amount of informational messages by default, which can be considered 'noise'. Enabling this variable would allow users to selectively view these debug messages when needed, rather than having them appear on every execution.

enhancementhelp wanted
73
Difficulty
2/5

Cross-compilation support

AI summary

This issue proposes adding cross-compilation support to Chez Scheme. The self-hosting nature of the compiler makes this conceptually feasible, allowing programs to be built on one architecture/OS and run on another.

enhancementhelp wanted
73
Difficulty
4/5

support numbers like 1_000_000 this representation

AI summary

This issue requests the implementation of a feature to support numeric literals with underscores as digit separators, like `1_000_000`. This enhancement aims to improve the readability of large numbers within the codebase.

enhancementhelp wanted
73
Difficulty
2/5

Update the conformance corpus to add an additional key to each entry, to say what type of Clojure it is.

AI summary

This issue proposes enhancing the Clojure conformance corpus by adding a new key to each entry. This key will specify the type of Clojure dialect (e.g., common Clojure, JVM-specific) to better organize and differentiate features, making the corpus more useful for dialects without JVM interop.

documentationenhancementhelp wantedgood first issue
73
Difficulty
2/5

需要新增\varlimsup和\varliminf对应的宏

AI summary

The user is requesting the addition of new macros for `\varlimsup` and `\varliminf`. This suggests a need for enhanced mathematical notation support within the system, likely for rendering or processing these specific limit symbols.

good first issue
541
Difficulty
2/5

paragraph 和 subparagraph 占据整行

AI summary

This issue reports that 'paragraph' and 'subparagraph' elements are incorrectly taking up an entire line in the rendered output. The expected behavior, as demonstrated in TeXmacs, is for these elements to appear inline after bold text, followed by a specific spacing.

good first issue
541
Difficulty
2/5

新增 Fish 编程语言的代码高亮

AI summary

This issue requests the addition of code highlighting for the Fish programming language, which is an embedded language developed by Itasca for its geotechnical engineering products. It's important to note that this is not the Fish shell, but a distinct language used in a specific industry.

good first issue
541
Difficulty
2/5

Inner product symbol does not show on Tab cycling popup window

AI summary

The inner product symbol is not rendering correctly in the tab cycling popup window. This issue appears to be a visual bug where a specific symbol is missing from its intended display location. The provided image clearly illustrates the problem.

good first issue
541
Difficulty
2/5

[203_26] Add unit tests for the latex conversion issue

AI summary

This issue requests the addition of unit tests for a previously identified LaTeX conversion issue. The goal is to ensure the correctness and robustness of the LaTeX conversion functionality by verifying its behavior through automated tests.

good first issue
541
Difficulty
2/5

证明语义块导出pdf时,使用 \begin{proof} \end{proof}

AI summary

This issue proposes to change how proof environments are rendered in PDF exports. Currently, a custom "Proof" string followed by a box is used, but the request is to switch to the standard LaTeX \begin{proof} \end{proof} environment for better semantic correctness and potentially improved rendering.

good first issue
541
Difficulty
2/5

翻译问题: affiliation未翻译为中文

AI summary

This issue reports a translation error where the term "affiliation" in the author's affiliation section of a document or interface has not been translated into Chinese. The expected behavior is for "affiliation" to be localized to "所属机构" or a similar appropriate Chinese term.

good first issue
541
Difficulty
1/5

多行公式跨行括号不匹配大小

AI summary

The user is reporting an issue with multi-line equations in LaTeX, specifically within the `align` environment. The right parenthesis on the second line of the equation is not scaling correctly to match the size of the corresponding parenthesis on the first line, as depicted in the provided image.

good first issue
541
Difficulty
2/5

\det 输入出现纯文本,而不是行列式

AI summary

The user is reporting that the \det command in TeXmacs is rendering as plain text instead of a determinant matrix. The issue seems to stem from the macro definition in `std-math.ts`, as the expected matrix formatting is not being applied. The user has provided screenshots illustrating the incorrect and correct behavior.

good first issue
541
Difficulty
2/5

数学字体 Latin Modern Math 无法输入"h"

AI summary

This GitHub issue reports a bug where users are unable to input the character "h" when the mathematical mode font is set to "Latin Modern Math". The problem specifically occurs within the mathematical input environment.

good first issue
541
Difficulty
3/5

Also browsing: Python , TypeScript , JavaScript