#foreign

Invocation

<procedure-signature> #foreign "<link-alias>"; - instruct compiler to link against a foreign library.. 1 2

See also:

Description

When linking, the compiler will look for a symbol matching link-alias. If not provided, it will look for a symbol that matches the procedure name in the signature.


  1. foreign right now means c calling syntax.
    “Demo: Base language, compile-time execution.” YouTube, uploaded by Jonathan Blow, Oct 31, 2014, https://youtu.be/UTqZNujQOlA?t=5765 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)