quickapp icon indicating copy to clipboard operation
quickapp copied to clipboard

Using Shelly instead of Makefile?

Open cmpitg opened this issue 10 years ago • 3 comments

Hi,

Have you considered using Shelly instead of Makefile? :-)

cmpitg avatar Jul 13 '15 03:07 cmpitg

Shelly has a different design goal than I have in mind. It requires installing commands into a shelly directory and does not produce standalone executables. Quickapp uses buildapp to create standalone executables that don't actually require a lisp implementation to run, just compile.

triclops200 avatar Jul 13 '15 11:07 triclops200

How about providing a shlyfile.lisp.template as an alternative to Makefile.template? I'm sure there are people like me who would prefer using Shelly to Make.

cmpitg avatar Jul 14 '15 02:07 cmpitg

I'll add it as an option to the quickapp function.

triclops200 avatar Jul 14 '15 12:07 triclops200