Skip to content
Chun Tian edited this page Jul 17, 2022 · 1 revision

FM-PLUGIN-TOOLS - A toolkit for FileMaker plug-in development in Common Lisp

Abstract

FM-PLUGIN-TOOLS is a toolkit which enables you to write FileMaker plug-ins in Common Lisp. I personally think that with this library it is vastly easier to write plug-ins than with C++ or C. YMMV, of course.

To use FM-PLUGIN-TOOLS you will need the Common Lisp implementation from LispWorks and of course FileMaker Pro (Advanced). You won't need a C or C++ compiler on Windows, though! (On OS X you will need Apple's Xcode which comes for free with every Mac.)

You can develop plug-ins for the Microsoft Windows platform or for Mac OS X (10.4 and higher) on Intel processors, but not on PowerPCs.

The code comes with a BSD-style license so you can basically do with it whatever you want.

Clone this wiki locally