AhkLisp

AhkLisp

Introduction

AhkLisp is a collection of programs mixing AutoHotkey and Lisp by Naveen Garg.

AhkLisp

AhkEmacs

  • ahkEmacs
    Access to pointers. (strings for now, will add pointers to other LispObjects )
    Callback to eval.
    SendMessage to other windows (AutoHotkey).
    Source: git repo
  • ahk-org-mode ahk code folding in emacs.
  • lisp-org-mode lisp code folding in emacs.

Note

About

  • Programming is telling the computer to do what you would do. However, most programming languages don't treat the mouse, keyboard, gui widgets as first class citizens like structs and classes. And you cant do much without them.
  • Ahklisp, ahkEmacs try to make programming more fun and practical on windows.