Skip to content

Commit

Permalink
CFP import
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 6, 2024
1 parent 820104a commit c050b87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions _talks/an-introduction-to-application-garden.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
slug: an-introduction-to-application-garden
title: An introduction to application.garden
type: Workshop
speaker-img: /img/speakers/jack-rusher-paolo.png
speaker-img: /img/speakers/jack-rusher-paolo-holinski.png
speakers:
- name: Jack Rusher
biography: Jack Rusher's long career as a computer scientist includes time at Bell Labs/AT&T Research and a number of successful startups. Much of his current work focuses on the deep relationship between art and technology.
avatar: http://cfp.heartofclojure.eu/media/avatars/avatar-2023_1j21Qz1.png
img: /img/speakers/jack-rusher.png
- name: Paolo
biography: N/A
- name: Paolo Holinski
biography: Paolo has been programming with Clojure for the past 10 years. He is interested in making programming more accessible and has helped build application.garden at Nextjournal.
avatar: http://cfp.heartofclojure.eu/media/avatars/T03RZGPFR-U0303ET1R2T-24120934fcb3-512_gDjzNnx.png
img: /img/speakers/paolo.png
img: /img/speakers/paolo-holinski.png
abstract: Learn how to use application.garden to quickly deploy a working application with hassle-free authentication, cron jobs, email handling, and a live REPL.
image: https://dynogee.com/gen?id=xqxdvgzswovkl2c&speaker=Jack+Rusher%2C+Paolo&title=An+introduction+to+application.garden&type=Workshop&img=https%3A//2024.heartofclojure.eu/img/speakers/jack-rusher-paolo.png%3F1
image: https://dynogee.com/gen?id=kr8gdk8c4ya552y&speaker=Jack+Rusher%2C+Paolo+Holinski&title=An+introduction+to+application.garden&type=Workshop&img=https%3A//2024.heartofclojure.eu/img/speakers/jack-rusher-paolo-holinski.png%3F1
---
12 changes: 6 additions & 6 deletions _talks/klor-choreographic-programming-in-clojure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
slug: klor-choreographic-programming-in-clojure
title: 'Klor: Choreographic Programming in Clojure'
type: Talk
speaker-img: /img/speakers/lovro.png
speaker-img: /img/speakers/lovro-lugovic-sung-shik-jongmans.png
speakers:
- name: Lovro
biography: null
avatar: https://2024.heartofclojure.eu/img/hoc-logo-2024-avatar.png
img: /img/speakers/lovro.png
- name: Lovro Lugović
biography: Lovro Lugović is a C++ software engineer turned Lisp hacker and a recent PhD graduate from the University of Southern Denmark, specializing in programming languages and concurrency theory. He likes functional programming, designing domain-specific languages and solving problems using a combination thereof.
avatar: http://cfp.heartofclojure.eu/media/avatars/aaa_zYHyeSZ.jpg
img: /img/speakers/lovro-lugovic.jpg
- name: Sung-Shik Jongmans
biography: Sung-Shik Jongmans is language engineer at Swat.engineering. Before, he was associate professor at Open University of the Netherlands and researcher at the Dutch National Research Institute for Mathematics and Computer Science. His interests include programming languages, concurrency theory, and software engineering. And Clojure, of course.
avatar: http://cfp.heartofclojure.eu/media/avatars/sung-square_MxfIe9g.png
img: /img/speakers/sung-shik-jongmans.png
abstract: "Over the past five years, the European Commission has invested over 250M EUR in its **Next Generation Internet** initiative. As part of this ambitious program, we are developing a new free and open-source core technology for distributed systems -- in Clojure, of course.\r\n\r\nThe idea behind our project, called Klor (https://github.com/lovrosdu/klor), is to use a new domain-specific language (DSL) -- embedded in Clojure -- to write distributed systems as **choreographies**. A choreography is very similar to any \"normal\" Clojure program, except that it has a special message-passing primitive for processes to communicate: instead of the usual two `send` and `receive` primitives, there is just one `communicate` primitive that embodies a whole end-to-end transmission. The great thing about this is that bugs like communication mismatches and deadlocks -- very hard to diagnose and fix! -- become syntactically impossible to write in the first place. The choreography essentially acts as a single source of truth and is used to automatically generate the implementations of the processes in the system. `communicate` still compiles to a `send` and a corresponding `receive` behind the scenes, but it all happens completely transparently to the programmer.\r\n\r\nKlor is implemented on top of the `clojure.tools.analyzer` compiler framework and hooks into Clojure's macro system to perform all of its analysis and code generation at macroexpansion-time, imposing virtually no run-time cost on the user. It uses a lightweight \"type\" system to track the locations of values and knowledge shared between the processes, and supports standard higher-order features that help with composition and modularity. Still, Klor does not impose any hard restrictions and embraces the interactive and dynamically typed spirit of Clojure: there is seamless interoperability with external Clojure code and standard REPL-based development is highly encouraged. All in all, Clojure's excellent support for concurrency, host interop and mature tooling makes it a great foundation to use for Klor.\r\n\r\nThe aim of this talk is to demonstrate Klor's usage and highlight some of the interesting implementation challenges we faced."
image: https://dynogee.com/gen?id=kr8gdk8c4ya552y&speaker=Lovro%2C+Sung-Shik+Jongmans&title=Klor%3A+Choreographic+Programming+in+Clojure&type=Talk&img=https%3A//2024.heartofclojure.eu/img/speakers/lovro.png%3F1
image: https://dynogee.com/gen?id=kr8gdk8c4ya552y&speaker=Lovro+Lugovi%C4%87%2C+Sung-Shik+Jongmans&title=Klor%3A+Choreographic+Programming+in+Clojure&type=Talk&img=https%3A//2024.heartofclojure.eu/img/speakers/lovro-lugovic-sung-shik-jongmans.png%3F1
---
Binary file added img/speakers/jack-rusher-paolo-holinski.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/speakers/lovro-lugovic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/speakers/paolo-holinski.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c050b87

Please sign in to comment.