-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023 event planning #44
Comments
I don't have edit access to this issue, but:
|
@endgame thank you. If these are general topic requests, please file separate issues for them. If you are volunteering to present on these topics, I will update the list. Please clarify which it is :) |
These were ones that I'd proposed on IRC at different times. |
@endgame I'm sorry, I don't recall them. So you are proposing to give presentations on these topics? P.S. I mistakenly edited your comment above, instead of replying to it. Sorry about that. |
Yes, sorry that was unclear. |
@bradparker would you be prepared to talk about Maiwar (or another topic if you prefer) for the April meetup, Tuesday 2022-04-11? |
@frasertweedale yep, I'm keen. Will try to lock down some sort an abstract in the next few days. There's a lot I could talk about, want to make sure it's reasonably well focused. |
Alright, I think I'll talk about the core of it. Getting from an idealized Scratching an Itch: From Simple Haskell Data Types to a Streaming HTTP ServerI enjoy making big things out of little things. Here we'll take a simple but impractical model for handling HTTP 1.1 connections and bring it closer to the real world using mostly simple Haskell data types such as tuples and Either. Along the way we'll discuss an approach to streaming in Haskell, predominantly lifted from both the Streaming and Pipes library ecosystems, starting with a list-like abstraction and ending up with a function-like one. |
Anyone got any ideas or people who might be up for the May (or later) talk? April is Haskell so a not-Haskell talk for may would be good. |
It would be great if someone could do a talk on fancy stuff in TypeScript: |
Sorry @frasertweedale, what is the duration of the talks at BFPG these days? |
You can aim for 1h. If you require significantly less or more time, that's OK, just let me know ahead of time your approximate intended duration. |
Abstract for @endgame's May session:
|
Abstract for @wibily talk:
|
Slides for Functional Turtles in Typescript talk: |
ping @flatwhatson - could I trouble you for an abstract for your guix crash course preso? |
Purely Functional Package Management with GuixGuix is a purely functional package manager and libre operating system This presentation will begin with a high-level discussion on the topics The remainder of the presentation will be an interactive tour and |
FP in IndustryWith its heavy use of Scala, REA is Australia's largest commercial user of Functional Programming (as far as George knows). Functional Programming is one of REA Group's Core Engineering Practices alongside TDD and CD. What does this look like in practice? How did this come to be? Where to from here? In this talk, we will discuss how REA makes FP work across many teams of varying FP skill levels, including contributors from around the world. We'll learn some of the ten year history of FP at REA, including the challenges faced and lessons learnt along the way. We will discuss current state of FP adoption and usage at REA, which has expanded from Scala into TypeScript and beyond, Finally, we will discuss plans for the future of FP at REA. |
Abstract for Donovan's talk in October:
|
Sorry, we can capitalise the T in types please! :)
…On Mon, 4 Sept 2023 at 13:05, Fraser Tweedale ***@***.***> wrote:
Abstract for Donovan's talk in October:
Why is so much of FP about types instead of Functions?
Beginners to functional programming notice that the talks, discussions,
and demos quickly move away from talking about functions to talking about
types.
Why is this? What makes type systems so special to functional programming?
Why do we talk about type classes so much?
This talk will attempt to answer these questions and explain why types are
such a fundamental component of functional programming.
—
Reply to this email directly, view it on GitHub
<#44 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF3UHUARAOC3XGR7RKXSF3XYVAPRANCNFSM6AAAAAAR4DGKY4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Compiling to CombinatorsAt ZuriHac this year, Ben Lynn gave a really cool talk about his Haskell-like compiler that compiled to combinatorial logic combinators. This is an older technique, and was a popular research area during the 1970s, but these days other techniques are used (e.g., GHC's Spineless Tagless G-Machine). It's really grabbed my interest. One advantage of compiling to combinators is that the underlying runtime is much simpler to understand and implement. We'll start in the middle — lambda calculus — and look at how we can compile lambda terms down to combinators. In doing so, we'll see how we get a lot of useful stuff for free, like structure sharing, lazy evaluation, and are freed from worrying about closures and variable scope. Then let's look at how we can interpret combinators in a low-level language, and how we can compile other features of a functional programming language down to lambda terms. This gives us an unbroken chain of transformations from high-level features down to a language runtime. |
Ping @LightAndLight - are you still able to present at the September 19 meetup? If so, please provide an abstract ASAP. Thanks! |
Sure am, talk is still in progress: Rust and functional programmingWhat is Rust? What is functional programming? Can (or should) you do functional programming (whatever that is) in Rust? For the past ~7 years, I've mostly programmed using Haskell. Over the past couple of years I've become increasingly interested in writing very efficient programs, and Rust has become my systems programming language of choice. It feels like a natural choice, given my background, which suggests it's at least "functional programming adjacent". In this talk I explore the meaning of "functional programming" and the extent to which Rust's features support (or undermine) the paradigm. |
Are we meeting on the 10th next month? There's nothing on the meetup website, do we have a 2nd speaker? |
@donovancrichton I think maybe Jack or I will pull something together. We will decide and announce the meetup in the next couple days. |
Just following this up, had some interest from some members of the UQ computing society in coming along next Tuesday, and noticed the meetup was still not updated yet. |
FP Basics: Algebraic Data Types and pattern matchingThis talk should make sense to anyone who's done programming before and seen a modern language like Swift or Kotlin. No prior FP knowledge required! Don't let the name scare you; Algebraic Data Types (ADTs) are one of the most powerful, relevant, and easy-to-learn ideas to have come out of the world of functional programming. In this talk, we'll learn what ADTs are, how to work with them, and we'll see them pop up in a few different programming languages, including some that are very popular! ADTs work best when paired with pattern matching, so we'll be looking at that too. |
Sorry for the delay @donovancrichton. Event has been created and announced: https://www.meetup.com/brisbane-functional-programming-group/events/296508399/ |
Evaluating the Meta-circular InterpreterA meta-circular interpreter is a program which interprets the language |
2023 is over. Closing. See also 2024 planning issue: #48 |
We will use this issue to plan and schedule events for 2023.
Talks
Schedule
Unscheduled proposals
These are concrete talk proposals where we have a willing presenter. Please file separate issues for general topic requests.
Venues
The text was updated successfully, but these errors were encountered: