Every session to begin with perhaps 2 or 3 short (5 minute)
introductions to some useful library available on Hackage (or, if
Haskell is not your language of choice, the equivalent for some other
functional language). These introductions are just to be of the format
"here is this thing, you can use it to do foo, here is a neat short
example".
The idea is that people can get exposure to libraries and styles of
functional programming they may not be used to or have seen before.
This also has the advantage of giving us something easy and quick to
chat about while stragglers are still filling in to the meeting, and
while equipment and such is being found and setup.
To this end, I'll offer right off the bat to do a 5-minute introduction
to Control.Monad.Random from the MonadRandom package on Hackage, a much
simpler way to generate random values in a monad than the "normal" way.
Thoughts? Comments? Is it a good idea?
--
-Julian Blake Kongslie
If this is a mailing list, please CC me on replies.
vim: set ft=text :
> Every session to begin with perhaps 2 or 3 short (5 minute)
> introductions to some useful library available on Hackage (or, if
> Haskell is not your language of choice, the equivalent for some other
> functional language). These introductions are just to be of the format
> "here is this thing, you can use it to do foo, here is a neat short
> example".
>
> The idea is that people can get exposure to libraries and styles of
> functional programming they may not be used to or have seen before.
> [...]
> To this end, I'll offer right off the bat to do a 5-minute introduction
> to Control.Monad.Random from the MonadRandom package on Hackage, a much
> simpler way to generate random values in a monad than the "normal" way.
This is a good idea and I'd like us to try this, and thanks for
volunteering to do this. It'd be great if others can prepare such talks
for other libraries. I'll try to make a note of bugging folks a week in
advance about declaring interest in giving these mini talks. At pdxruby,
we've done more of these sorts of short talks introducing a library and
they have been very useful.
> This also has the advantage of giving us something easy and quick to
> chat about while stragglers are still filling in to the meeting, and
> while equipment and such is being found and setup.
>
I like the idea of having a warm-up activity for us to do as folks walk
in, but am not sure that I want to use these talks for it. I'd frankly
prefer these talks to be part of the core meeting and have them use the
projector to demo code.
For example, at pdxruby, we've allowed folks to use the pre-meeting time
to demo their apps and then Markus has been kicking off meetings by
presenting code puzzles on the whiteboard and moderating the group as
they try to solve them -- this has been a great way to fill the setup
time, while providing a fun and educational activity that can be easily
scaled to match the available time and gets people interacting. It'd be
great if we can come up with an activity that provides similar benefits,
and include these short talks in the core meeting.
Also, I'm sorry for how much time was spent at last night's meeting
getting things setup. This was the first time we'd used this new space
this way and this will run much more smoothly next time.
-igal