Skip to content
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

FP to the metal #42

Open
hmijail opened this issue Feb 13, 2020 · 1 comment
Open

FP to the metal #42

hmijail opened this issue Feb 13, 2020 · 1 comment

Comments

@hmijail
Copy link

hmijail commented Feb 13, 2020

An idea for 1-3 collaborative talks / a hackathon / a flipped-classroom thing.

The general idea is to have a small but non-trivial programming task that can be completed in maybe 1 hour (or more, or less); could be an example from Jon Bentley´s "Programming Pearls". We can look at a good solution in C and discuss its runtime characteristics: time, memory, predictability. Maybe even a naive solution first, and then a better one, explaining why it's better.
(C is good because it allows one to see pretty clearly what is going on, with hardly any runtime environment, and is probably universal enough; C++ or Java or others might obscure things)

Then, we discuss implementations in FP languages. How long does it take to program? What are its runtime characteristics? Advantages, pitfalls? Is one language better than others? One paradigm better than others?

Could be done multiple times with different example tasks.
Could be done in real time: presentation of the task, 1-2 hour for hacking alone or in groups or mob-programming, 1 hour for results and discussion.
Could be presented one meetup, and the next meetup we all discuss what we did/tried.

@hmijail
Copy link
Author

hmijail commented Feb 16, 2020

I can do the C part of things, talk about low-level factors, etc.
I am very interested in the FP response, but I am too new to know how to contribute meaningfully there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant