boogaloo
boogaloo copied to clipboard
What Every Hipster Should Know About Functional Reactive Programming
It is a slide deck. Much code.
Navigate through slides using PgUp and PgDn.
Editor cheat sheet:
Ctrl-Sevaluates the whole buffer.Ctrl-Devaluates the top level expression at cursor point.Ctrl-Rreloads the HTML document without evaluating the buffer.Ctrl-,toggles commenting of the current line or selection.Ctrl-'selects the token at point.Ctrl-\invokes autocomplete on the token at point.Ctrl-Ishows the inferred type of the token at point.Ctrl-Qrenames the variable at point.Alt-.jumps to the definition of the token at point.Alt-,jumps back.Ctrl-KandCtrl-Ykills to end of line and yanks from the kill buffer as in Most Holy Emacs.Ctrl-AandCtrl-Esimilarly moves cursor to start and end of line.Tabwill indent the current line to where it's supposed to be.Alt-Spacesends a space bar keypress event to the HTML document.- etc. for enter and cursor keys.
- Finally,
Escmoves focus from the editor back to the slide deck, so you can change slides etc. (Also, if the slide deck is active,Tabshould focus the editor.)
License
Unless otherwise noted in source code, the GPL v3 applies:
Copyright 2014 Bodil Stokke
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.