鸭子编辑器 https://github.com/evilbinary/duck-editor
基于scheme开发的,GPU渲染,高可扩展。
- 比vscode快
- 比emacs更灵活
鸭编开发小组 群号:590540178
基于scheme lib库运行
进入bin目录,执行source env.sh,然后运行./scheme --script ../apps/duck-editor/duck-editor.ss
支持可扩展
- scheme 语法高亮
- dracula 主题
- 文件管理
(import (extensions extension))
(register 'theme.dracula (lambda (duck)
(let ((editor (get-var duck 'editor))
;;扩展功能代码块
))
(set-key-map '(ctl a) (lambda()
(printf "hook key ctl a\n")
))
- evilbinary [email protected]
- 个人博客 http://evilbinary.org
Copyright (c) evilbinary All rights reserved.
Licensed under the GPL license.