File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ lip syn battle but cooler:
2020For this first battle we had 4 participants with 3 weapons of choice:
2121
2222- Vince: Vim
23- - Adam: Atom
2423- Alex: Emacs
2524- Sam: Vim
2625
@@ -42,7 +41,7 @@ docstring for a function:
4241
4342Simply hit ` <leader> + d ` and the docstring appears in a buffer.
4443
45- The second thing was ` <leader> + K ` which take you directly to the source code
44+ The second thing was ` <leader> + K ` which takes you directly to the source code
4645for any given function. So Vince did this on the ` random.choice ` function to
4746directly access the python source code. He then quickly modified the way that
4847function worked so that he would always win at the simple game he programmed.
@@ -101,7 +100,7 @@ where instead of writing the source code to a program in a format specified by t
101100source code in a way that makes sense to humans and then use Org-Babel to compile all the files from code
102101snippets embedded in your document.
103102
104- I don't feel like I'm exaplaining this very well so let me point you in the direction of a few such programs.
103+ I don't feel like I'm explaining this very well so let me point you in the direction of a few such programs.
105104Alex's [ Emacs Configuration] ( https://raw.githubusercontent.com/alcarney/emacs.d/master/README.org )
106105is in fact a literate program using Org-Babel. While it isn't written using Org-Babel Donald Knuth's
107106[ TeX] ( http://mirrors.ctan.org/systems/knuth/dist/tex/texbook.tex ) is probably _ the_ example of a literate program.
You can’t perform that action at this time.
0 commit comments