Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junker/paren-async

async/await extension for Parenscript
https://github.com/junker/paren-async

async-await common-lisp parenscript

Last synced: 5 days ago
JSON representation

async/await extension for Parenscript

Awesome Lists containing this project

README

        

# Paren-Async

async/await extension for Parenscript

## Installation

This system can be installed from [UltraLisp](https://ultralisp.org/) like this:

```lisp
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:quickload "paren-async")
```

## Usage

```common-lisp
(defun-async foo ()
...)

(let ((bar (await (foo))))
...)

(lambda-async () (await (foo)))
```

## Credits

**original source:** https://gist.github.com/ralt/57a3811ca7ed734295e87393b9964cbe