foil

Foil is a protocol and a library that allows access to the JVM from Common Lisp.

License

License

GroupId

GroupId

de.commonlisp
ArtifactId

ArtifactId

foil
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

foil
Foil is a protocol and a library that allows access to the JVM from Common Lisp.
Project URL

Project URL

https://github.com/darabi/foil
Source Code Management

Source Code Management

https://github.com/darabi/foil

Download foil

How to add to project

<!-- https://jarcasting.com/artifacts/de.commonlisp/foil/ -->
<dependency>
    <groupId>de.commonlisp</groupId>
    <artifactId>foil</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.commonlisp/foil/
implementation 'de.commonlisp:foil:1.0'
// https://jarcasting.com/artifacts/de.commonlisp/foil/
implementation ("de.commonlisp:foil:1.0")
'de.commonlisp:foil:jar:1.0'
<dependency org="de.commonlisp" name="foil" rev="1.0">
  <artifact name="foil" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.commonlisp', module='foil', version='1.0')
)
libraryDependencies += "de.commonlisp" % "foil" % "1.0"
[de.commonlisp/foil "1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Foil

Foreign Object Interface for Lisp by Rich Hickey and Eric Thorsen.

This fork focuses on JVM interoperability with current Java versions.

Documentation

Credits

Many thanks to Rick Hickey and Eric Thorsen, the original authors and to the following contributors:

Versions

Version
1.0