-
v0.14.0 repl with tui Stable
released this
2025-12-27 08:31:29 +00:00 | 902 commits to main since this releaseWhat's Changed
- ⏺ Investigation Summary by @navicore in https://github.com/navicore/patch-seq/pull/120
- Better stack effect type errors by @navicore in https://github.com/navicore/patch-seq/pull/121
- ⏺ Excellent! The LSP integration is working well - it picks up: by @navicore in https://github.com/navicore/patch-seq/pull/122
- Repl2 by @navicore in https://github.com/navicore/patch-seq/pull/123
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.13.0...v0.14.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-26 18:44:04 +00:00 | 928 commits to main since this releaseWhat's Changed
- Yield Safety Valve by @navicore in https://github.com/navicore/patch-seq/pull/119
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.12.3...v0.13.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.12.3 fix string esc bug Stable
released this
2025-12-26 16:21:20 +00:00 | 934 commits to main since this releaseWhat's Changed
- address https://github.com/navicore/patch-seq/issues/117 by @navicore in https://github.com/navicore/patch-seq/pull/118
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.12.2...v0.13.0
What's Changed
- address https://github.com/navicore/patch-seq/issues/117 by @navicore in https://github.com/navicore/patch-seq/pull/118
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.12.2...v0.12.3
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.12.2 stdin io fix Stable
released this
2025-12-26 05:18:02 +00:00 | 938 commits to main since this releaseWhat's Changed
- io change to enable lsp clients written in seq-lisp by @navicore in https://github.com/navicore/patch-seq/pull/116
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.12.1...v0.12.2
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.12.1 grammar Stable
released this
2025-12-22 03:50:31 +00:00 | 944 commits to main since this releaseFull Changelog: https://github.com/navicore/patch-seq/compare/v0.12.0...v0.12.1
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.12.0 repl Stable
released this
2025-12-21 20:04:06 +00:00 | 947 commits to main since this releaseWhat's Changed
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.11.0...v0.12.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-* seqr-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-* xattr -d com.apple.quarantine ./seqr-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-21 05:50:48 +00:00 | 953 commits to main since this releaseWhat's Changed
- Tagged stack codegen by @navicore in https://github.com/navicore/patch-seq/pull/112
- Remove mutex and chan reg by @navicore in https://github.com/navicore/patch-seq/pull/113
- diagnostics ff by @navicore in https://github.com/navicore/patch-seq/pull/114
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.10.7...v0.11.0
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-12-18 05:28:51 +00:00 | 979 commits to main since this releaseWhat's Changed
- ⏺ Refactoring Complete by @navicore in https://github.com/navicore/patch-seq/pull/107
- Code quality 121625 2 by @navicore in https://github.com/navicore/patch-seq/pull/108
- ⏺ Summary: MPMC Channel Fix Complete by @navicore in https://github.com/navicore/patch-seq/pull/109
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.10.6...v0.10.7
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.10.6 better cli and lint Stable
released this
2025-12-17 13:55:34 +00:00 | 995 commits to main since this releaseWhat's Changed
- fix tab completions and default bin output by @navicore in https://github.com/navicore/patch-seq/pull/106
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.10.5...v0.10.6
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.10.5 test runnner Stable
released this
2025-12-17 03:35:47 +00:00 | 1000 commits to main since this releaseWhat's Changed
- ⏺ Fixed. The test runner now compiles once per file instead of once p… by @navicore in https://github.com/navicore/patch-seq/pull/105
Full Changelog: https://github.com/navicore/patch-seq/compare/v0.10.4...v0.10.5
Binary Downloads
Pre-built binaries are available for:
- Linux x86_64 (statically linked, works on any Linux)
- macOS ARM64 (Apple Silicon)
- macOS x86_64 (Intel, if available)
Installation
chmod +x seqc-* seq-lsp-*macOS Quarantine
macOS quarantines unsigned binaries. After downloading, remove the quarantine:
xattr -d com.apple.quarantine ./seqc-macos-* xattr -d com.apple.quarantine ./seq-lsp-macos-*Linux
The Linux binaries are statically linked and should run on any x86_64 Linux system without additional dependencies.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads