lfe-deprecated / cl

MERGED to LFE - Common Lisp-inspired macros and functions for use in LFE
0 stars 0 forks source link

Add FORMAT macro #18

Open oubiwann opened 9 years ago

oubiwann commented 9 years ago

This can wrap lfe_io:format and be used simply as format when developers include lfe/include/cl.lfe.

rvirding commented 9 years ago

Yes, I was thinking we would need to include some macros. Unfortunately they won't be called with a cl:prefix so it will be (format ... ) not (cl:format ...). Must think about this.

rvirding commented 9 years ago

I have just realised that you can define macros with a cl: prefix so we can make it look consistent.