[BLOG] Is this sentence a question?

2020-12-04 Thread Daniel Szmulewicz
Part of Speech tagging (PoS) is a way to solve this type of problem. Stanford's coreNLP returns specialized data structures with a Java API. However, their string representation is a list. What is a Lisper to do? To the blog post . -- Yo

Re: Calling Native C-code from Clojure

2020-12-04 Thread Chris Nuernberger
Ngwua, Looking through the caesium bindings just mentioned, it appears the author dynamically creates an interface and then you can simply ask the native library to instantiate a concrete implementation of that interface . So

Re: Calling Native C-code from Clojure

2020-12-04 Thread Laurens Van Houtven
Hi, I did a talk on this and conveniently my library caesium wraps the library you're referencing :) https://www.youtube.com/watch?v=Lf-M1ZH6KME https://github.com/lvh/caesium/ I still think that approach is great particularly for libraries like libsodium where some care was taken to make them e

Calling Native C-code from Clojure

2020-12-04 Thread John Doe
Hello Everyone, *Motivation:* I want to invoke C-code functions from Clojure: writing Java functions in Clojure. *Plan of Attack:* Rather than go with the JNI approach I want to interface with C-Library via JNR-FFI (https://github.com/jnr/jnr-ffi) Based on some example of using JNR-FFI https:/

[ANN] Lambdaroyal-dispatch – Clojure job dispatching library

2020-12-04 Thread gixxi
Job dispatching and executing library written in Clojure. Submit jobs that will be executed at specific point in time to named queues that have a configurable level of concurrency. lambdaroyal-dispatch handles hundreds of thousands of jobs on bounded resources (threads, memory) for the price of