有什么增强elisp语言的语法包吗

比如cl-lib , dssh, 这样的不设计具体功能的包

1 个赞

有个string-inflection,用来做一些模板的效果不错。 Peek%202019-12-30%2012-51

  • s 字符串处理
  • f 路径处理
  • ht 哈系表处理
  • @ 另一个多继承OO实现
  • names 假命名空间
  • treepy 树遍历
  • xr 解析正则返回rx格式的正则描述语言
  • stream Emacs的惰性流
  • promise Emacs的promise
8 个赞
  • EIEIO 面向对象 OOP
  • pcase.el 模式匹配
  • seq.el 通用序列(列表+数组)处理
  • rx.el 正则表达式的 lisp 写法
  • generator.el 生成器
  • cl-generic.el 通用函数
7 个赞

楼上两位基本说全了,这里再补充几个:

  • map.el 跟 seq.el 一同在 Emacs 25.1 引入
  • shadchan shadchen is an emacs lisp pattern matching library (类似 pcase)
  • deferred: Simple asynchronous functions for emacs lisp
  • async-await: Async/Await for Emacs (基于 promise,同一个作者)
2 个赞

了解了,可以去学习了

解决方案只能给一个人啊