Daniel Kochmański
b8edd5cda8
android: arrange resources directory
...
Separate different directories for the resources.
#P"SYS:" -> #P"lisp/lib" - ECLDIR with the modules
$HOME -> lisp/home - user provided files, quicklisp, 3rd party contribs
lisp/etc - init scripts and the configuration
2015-10-23 18:17:09 +02:00
Daniel Kochmański
2e86acd398
mobile: fix initializing the required modules
2015-10-23 18:16:50 +02:00
Daniel Kochmański
7280f14f55
mobile: fix compilation of android app from examples/
...
Don't use C99 specific syntax for `for' loop and use functions
lib_init_* instead of main_lib_init_* which aren't exported.
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
2015-10-23 18:16:50 +02:00
Evrim Ulu
641a12b4e1
mobile: add sample android application (HelloECL)
...
Developed by Sylvain Agenau, added to the repository by Evrim Ulu with
a few minor fixes by Daniel Kochmański.
2015-10-23 18:16:38 +02:00
Daniel Kochmański
b57a4fff71
examples: fix bogus :move-here argument
...
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
2015-10-02 13:02:00 +02:00
Zack Piper
00521d869a
Untabify everything.
2015-09-01 20:10:10 +00:00
Juan Jose Garcia Ripoll
83e8057bd1
An example on how to embed ECL using C compilers and ASDF.
2013-05-28 23:07:05 +02:00
Juan Jose Garcia Ripoll
ac26a9db1f
File example.asd had disappeared from examples/asdf/
2011-07-31 13:05:47 +02:00
Juan Jose Garcia Ripoll
aa12f9de8c
Changed the behavior of the :stop option in process-command-args and added a new global variable, ext:*unprocessed-ecl-command-args*, that groups all arguments after --
2011-01-30 15:59:03 +01:00
Juan Jose Garcia Ripoll
9d43a9e9db
Update ASDF example (David Leoni)
2010-03-19 23:30:58 +01:00
jgarcia
bd79bd29bb
We have to include the garbage collector headers.
2007-12-30 20:51:01 +00:00
jgarcia
161e5a0fe8
Split system definition as separate file (needed by ASDF) and added an exit statement to the standalone program
2006-10-25 15:27:17 +00:00
jgarcia
3e31b7bbfb
New example for using CFFI
2006-10-25 10:23:31 +00:00
jgarcia
d87dce61ec
New tiny example of FFI
2006-10-23 17:14:21 +00:00
jgarcia
b34b26b6bf
ECL now uses dlopen() in OS X so that shared libraries can be loaded.
2006-10-23 16:12:55 +00:00
jgarcia
c9a52b91f4
New example for UFFI
2006-10-23 15:33:02 +00:00
jgarcia
54f460ceaf
Slight changes in the command line interface, plus an example on how to use it.
2006-10-22 16:21:53 +00:00
jgarcia
809d07ecfc
New examples on how to build executable files and compound FASL files
2006-04-18 22:04:18 +00:00
jjgarcia
a85a00784c
New example about building FASL files and standalone executables
2005-11-16 10:06:57 +00:00
goffioul
45a368cb4d
Update Makefile for MSVC.
2005-10-28 14:57:31 +00:00
goffioul
157d4c9aba
Make the example work with MSVC.
2005-10-28 14:29:46 +00:00
jjgarcia
796fd350bc
New example on how to import threads to ECL. It's fragile, but hopefully we will add better examples in a near future
2005-10-27 18:12:38 +00:00