jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macro DEFMETHOD

vlad-km opened this issue · comments

commented

In accordance with http://www.lispworks.com/documentation/lw70/CLHS/Body/m_defmet.htm:

If (fboundp function-name) is nil, a generic function is created with default values for the argument precedence order

I have something prepared for this here: nagy@cf77837

But I dont think it is ready yet. I will do a PR once I think it is good enough.