https://github.com/wafelack/vinel
VINEL Is Not Emacs Lisp - Lisp dialect compiling to Vim Script.
https://github.com/wafelack/vinel
hacktoberfest lisp vim
Last synced: 13 days ago
JSON representation
VINEL Is Not Emacs Lisp - Lisp dialect compiling to Vim Script.
- Host: GitHub
- URL: https://github.com/wafelack/vinel
- Owner: Wafelack
- License: gpl-3.0
- Created: 2020-10-29T11:44:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T18:10:34.000Z (over 3 years ago)
- Last Synced: 2025-04-12T17:13:13.531Z (13 days ago)
- Topics: hacktoberfest, lisp, vim
- Language: Vim script
- Homepage:
- Size: 160 KB
- Stars: 33
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.asciidoc
- License: COPYING
Awesome Lists containing this project
README
== VINEL
VINEL Is Not Emacs Lisp
VINEL is a dialect of Lisp with extensions for text editing, but it is not Emacs Lisp. +
It is written in pure VimL and therefore has direct access to Vim commands.=== Roadmap
* [*] Reader
* [ ] Variables, options and functions
* [ ] Control flow
* [ ] Macros
* [ ] Mappings and abbreviations
* [ ] Commands
* [ ] Autocommands
* [ ] Write a plugin for VINEL in VINEL=== Hacking
Follow link:Hacking.asciidoc[]
=== License
Copyright (C) Wafelack 2021. This work is licensed under the GNU General Public License version 3.0 or any later version.