Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbergmann committed Aug 1, 2024
1 parent f6b077a commit 6c819f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Sento features:
- EventStream: all Actors and Agents are connected to an EventStream and can subscribe to messages or publish messages. This is similar to an event-bus.
- Tasks: a simple API for concurrency.

### Changes from Sento 2

No new features actually. But many cleanups, obstacles removed, and hopefully a more consistent way of doing things. There are many API changes so it varants a major version update.
One of the big obstacles, the `cons` return was removed. This was still a relict from early versions where things were more leaned on the Erlang GenServer way of doing things. But Common Lisp is not Erlang VM.
The changes should allow adding more features in the future, like remoting support. But this is not easy, in partucular to make it secure.

### Intro

(Please also checkout the API [documentation](https://mdbergmann.github.io/cl-gserver/index.html) for further information)
Expand Down

0 comments on commit 6c819f2

Please sign in to comment.