https://github.com/ing-bank/baker is one such library for JVM languages. The state is kept in Cassandra or in-memory. We've been running production workloads with it for the last 2.5 years. A feature comparison with…
Just wanted to show my appreciation to the team supporting Graphviz. It's an instrumental capability of a library[0] we developed to turn Java DSL code into a diagram. Thank you, keep it as it is, it's just great! [0]…
I'm working on a web application to help kids in the Netherlands learn basic math: https://elkedagrekenen.nl/ I'm working together with my son's teacher, who is also working at a local school. It's for kids that might…
1. How to Win Friends and Influence People - I recommend because I apply every day at work and reap the results as well, somebody should have recommended this book to me ten years ago; 2. Children of Time - a science…
This is such a cool idea! Looking forward to visit a class somewhere in Europe. Good luck with your venture!
Wouldn't LISP become more popular if students started with LISP at school/university rather than C/C++, Java or Python? How can a young developer compare or choose if he/she had never been exposed to LISP?
I wonder how many developers nowadays will consider a rules engine or decision tables to implement those underwriting rules. It gets pretty complex pretty quick when you look at the rules in the financial services…
I've been using products that have a RETE implementation for a while. While learning scala/akka, I decided to give it a try and build a production rules system myself. For a basic implementation, see…
https://github.com/ing-bank/baker is one such library for JVM languages. The state is kept in Cassandra or in-memory. We've been running production workloads with it for the last 2.5 years. A feature comparison with…
Just wanted to show my appreciation to the team supporting Graphviz. It's an instrumental capability of a library[0] we developed to turn Java DSL code into a diagram. Thank you, keep it as it is, it's just great! [0]…
I'm working on a web application to help kids in the Netherlands learn basic math: https://elkedagrekenen.nl/ I'm working together with my son's teacher, who is also working at a local school. It's for kids that might…
1. How to Win Friends and Influence People - I recommend because I apply every day at work and reap the results as well, somebody should have recommended this book to me ten years ago; 2. Children of Time - a science…
This is such a cool idea! Looking forward to visit a class somewhere in Europe. Good luck with your venture!
Wouldn't LISP become more popular if students started with LISP at school/university rather than C/C++, Java or Python? How can a young developer compare or choose if he/she had never been exposed to LISP?
I wonder how many developers nowadays will consider a rules engine or decision tables to implement those underwriting rules. It gets pretty complex pretty quick when you look at the rules in the financial services…
I've been using products that have a RETE implementation for a while. While learning scala/akka, I decided to give it a try and build a production rules system myself. For a basic implementation, see…