1 个仓库
Internal buffers that store and rewrite source code for repeated compilation during a session.
Distinct from In-Buffer Code Evaluation: Distinct from simple in-buffer evaluation by maintaining a persistent, cumulative state of the source code.
Explore 1 awesome GitHub repository matching development tools & productivity · Persistent Source Buffers. Refine with filters or upvote what's useful.
gore 是一个 Go 语言的交互式 Shell 和读取-求值-打印循环(REPL)。它作为一个原型设计工具,允许在终端界面中评估表达式、语句和函数声明,而无需完整的构建周期。 该项目作为语言服务器客户端集成,提供智能代码补全、实时代码建议和自动包导入解析。它通过生成临时模块文件来解析依赖,并在会话期间自动导入远程仓库,从而脱颖而出。 该工具包含提升开发者体验的功能,如表达式类型检查、符号文档检索以及过滤冗余的编译器输出。交互式会话支持多行块跟踪、持久化命令历史记录以及基于 ANSI 的终端光标管理。
Maintains a persistent internal buffer of source code that is rewritten and compiled upon every execution request.