Giter Site home page Giter Site logo

agilecreativity / try-clj-interop Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 9 KB

try-clj-interop by agilecreativity

Home Page: https://github.com/agilecreativity/try-clj-interop

License: Eclipse Public License 1.0

Shell 17.07% Clojure 44.66% Java 38.28%
clojure interop java example-project

try-clj-interop's Introduction

Clojure-Java Interop Example

Adapted from Clojure - Programming Cookbook

# Compile and run the example
lein run -m chapter05.TestHello

Usage

Run this from the terminal

# if the :main is not the same as this class
lein run -m try_clj_interop.TestPerson

# or the simple example
lein run -m try_clj_interop.TestHello

Creating a JAR file callable from Java

## Create the uberjar
lein uberjar

## Then check the target
ls -al target

## With this setup we can compile and run the preceeding Java code:
# compile the Java code with =javac=
javac src/java/TestPerson.java -cp target/try_clj_interop-0.1.0-SNAPSHOT-standalone.jar

# run the code with =java= (note the . before :target/..)
java src/java/TestPerson.java -cp .:target/try_clj_interop-0.1.0-SNAPSHOT-standalone.jar

License

Copyright © 2017 Burin Choomnuan

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

try-clj-interop's People

Contributors

agilecreativity avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.