Fork me on GitHub
#graalvm
<
2022-02-18
>
wombawomba09:02:34

@borkdude sure! I'm working on a programmable dev platform (https://polytope.com/ — needs to be updated but hopefully you get the idea). You can think of it as a bare-bones but very extensible mix of, say, Replit, Heroku, and CircleCi. You build and run jobs (for CI/ML/running services/whatever) using Clojure/JS/Python, and can also package parts of jobs into composable "modules" that others can use to build their own jobs. It currently runs as a cloud service, and I'm using native-image to build a standalone version for on-premise use.

borkdude09:02:08

sounds cool :)

wombawomba09:02:16

Thanks! I'm using SCI for running Clojure code in jobs btw — thanks for creating it 😉

wombawomba09:02:43

Otherwise I'd be stuck with the languages provided by GraalVM

borkdude09:02:42

No problem :)

borkdude09:02:44

@U15RYEQPJ Would you mind sharing something here about your SCI usage? https://github.com/babashka/sci/discussions/662

wombawomba09:02:58

Sure, will do 🙂

borkdude10:02:15

Also, please try SCI 0.3.0, it has significant performance improvements. Working on more performance improvements in 2022.