chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Add initial version of (chicken base)


From: felix . winkelmann
Subject: Re: [Chicken-hackers] [PATCH] Add initial version of (chicken base)
Date: Mon, 18 Sep 2017 12:06:15 +0200

> A couple of the "axes" and the associated "values" they can have when
> loading code, off the top of my head, are:
>
>  - Locations:
>    - Working directory
>    - Repository path
>    - Include path
>  - Type of source:
>    - No module
>    - One module
>    - Multiple modules
>  - Type of compiled code:
>    - No unit
>    - One unit
>    - Multiple unit
>  - Type of loadable "thing":
>    - Source
>    - Compiled shared object
>    - Compiled static object
>    - Compiled archive (effectively a static object containing multiple
>      units, so probably doesn't deserve to be a separate item...)
>

- Compiled dynamic archive, containing multiple units (e.g. libchicken.so)


felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]