AI Skill Hub 推荐使用:jdBasic 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
现代BASIC解释器,提供高效的编程体验和强大的功能。
jdBasic 是一款基于 C++ 开发的开源工具,专注于 basic、compiler、cplusplus-20 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
现代BASIC解释器,提供高效的编程体验和强大的功能。
jdBasic 是一款基于 C++ 开发的开源工具,专注于 basic、compiler、cplusplus-20 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/AtomiJD/jdBasic cd jdBasic # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 jdbasic --help # 基本运行 jdbasic [options] <input> # 详细使用说明请查阅文档 # https://github.com/AtomiJD/jdBasic
# jdbasic 配置说明 # 查看配置选项 jdbasic --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export JDBASIC_CONFIG="/path/to/config.yml"
This is the v2 rewrite. Compared to the original tree-walking interpreter, jdBasic now ships with:
SIN, COS, +, *, scatter/gather, IOTA, REDUCE, SCAN, FILTER, SELECT all operate over arrays in a single opTOGGLE_FULLSCREEN, and a streaming-texture batch plotter (GFX.PLOT_POINTS_TEX) that can push 70k coloured pixels per frame at 30+ FPS from pure BASIC-> operator) with automatic dependency propagationSAVEWS/LOADWSjdbasic --mcp) that exposes the persistent VM to LLM agents like Claude Code, Cursor, or Cline — see doc/MCP.mdThe original v1 codebase is preserved on thelegacy-v1branch and thev1-legacytag for archival and bugfixes.
---
jdBasic is a modern BASIC interpreter built around a custom bytecode virtual machine with APL-style array programming, hot-reloadable code, a persistent REPL workspace, and first-class graphics, GUI, audio, networking, and AI integration.
It combines the immediacy of classic BASIC with powerful built-in capabilities and a "stay in the session" philosophy — no constant restarts, no rebuild loops, just think and run.
Reduce friction between thinking and running code.
🎥 Train jdBasic is on YouTube — 14 video lessons covering everything from PRINT to native compilation, all auto-generated and voiced by jdBasic itself. Watch the playlist →
You can:
SAVEWS / LOADWS---
Vectorized arithmetic + bitops let you push real workloads — physics, cellular automata, SAT, DSP — through whole-array operations instead of per-cell loops. See doc/APL_pipeline.md for a tutorial walking from "tight FOR loops" to "one line per update step" using the demos under bench/ and jdb/. Highlights:
jdb/life_demo.jdb — live Conway 200 × 150 at 60 FPS via an ONNX 3×3-conv backendjdb/boids_apl.jdb — 5 000 particles at ~630 FPS, all-vector updatejdb/synth_apl.jdb — additive synthesis, 4 096 samples/frame in five vector opsbench/life_bench.jdb / bench/mandelbrot_bench.jdb — when APL form wins (Conway, 4–13×) and when it loses (Mandelbrot, ~4×)Numbers from the latest run: bench/Results.md.
---
jdBasic是一个现代BASIC解释器,提供高效的编程体验和强大的功能,适合游戏开发、教育和个人项目的基础编程工具。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,jdBasic 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | jdBasic |
| 原始描述 | 开源AI工具:A modern BASIC interpreter.。⭐12 · C++ |
| Topics | basiccompilercplusplus-20 |
| GitHub | https://github.com/AtomiJD/jdBasic |
| License | MIT |
| 语言 | C++ |
收录时间:2026-05-24 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。