# Qi discussion on effects tomorrow

**URL:** https://racket.discourse.group/t/qi-discussion-on-effects-tomorrow/2870
**Category:** General
**Tags:** event, qi
**Created:** [April 18, 2024, 11:30pm UTC](https://racket.discourse.group/t/qi-discussion-on-effects-tomorrow/2870 "2024-04-18T23:30:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![countvajhula](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/countvajhula/32/65_2.png) [@countvajhula](https://racket.discourse.group/u/countvajhula)
#### Post date: [April 18, 2024, 11:30pm UTC](https://racket.discourse.group/t/qi-discussion-on-effects-tomorrow/2870/1 "2024-04-18T23:30:41Z")

</div>

Hi friends,  
Tomorrow, we're meeting to discuss Qi's handling of computational effects (i.e. anything other than function inputs and outputs - including I/O, state, etc.), and related things such as how user-extensibility of the compiler is affected by these core guarantees. If you're interested, please stop by.

Where: [Gather](https://app.gather.town/app/wH1EDG3McffLjrs0/racket-users)  
When: 2024-04-19T17:00:00Z

Topics include:

- Does [this PR](https://github.com/drym-org/qi/pull/165) accurately express Qi's guarantees on effects? Is there anything further to be said?
- In principle, the Qi compiler can already be extended with custom optimizations for any datatype (e.g. the in-progress [deforestation of `racket/list` APIs](https://github.com/dzoep/qi/tree/racket-list-deforestation)). Can we do this while maintaining compiler integrity?
- In addition to optimizations, can we also make the compiler backend swappable in this way, so that for example, the same Qi code can use futures instead of functions, or big data frameworks, just by indicating a different backend?
- How a theory of optimization (including a stance on effects) could provide some unity across such different dialects that may emerge.

Qi is a community-guided project owned by no one (it is copyright-free) and promising fair recognition for any kind of contribution. It's an opportunity for us to work on cool things together and create value we can all partake in while making friends with like-minded people. Hope to see you there!

-Sid
