@@ -77,7 +77,7 @@ For some reason, though, putting code to this transformation really helped me fi
77
77
[ import:2-11, lang:"julia"] ( code/julia/fft.jl )
78
78
{% sample lang="hs" %}
79
79
[ import:2-11, lang:"julia"] ( code/julia/fft.jl )
80
- {% sample lang="py2 " %}
80
+ {% sample lang="py " %}
81
81
[ import:2-11, lang:"julia"] ( code/julia/fft.jl )
82
82
{% sample lang="scratch" %}
83
83
[ import:2-11, lang:"julia"] ( code/julia/fft.jl )
@@ -122,8 +122,8 @@ In the end, the code looks like:
122
122
[ import:27-57, lang:"c_cpp"] ( code/c++/fft.cpp )
123
123
{% sample lang="hs" %}
124
124
[ import:6-19, lang:"haskell"] ( code/hs/fft.hs )
125
- {% sample lang="py2 " %}
126
- [ import:5-16, lang:"python"] ( code/python2 /fft.py )
125
+ {% sample lang="py " %}
126
+ [ import:5-16, lang:"python"] ( code/python /fft.py )
127
127
{% sample lang="scratch" %}
128
128
[ import:14-31, lang:"julia"] ( code/julia/fft.jl )
129
129
{% endmethod %}
@@ -230,9 +230,9 @@ Note: I implemented this in Julia because the code seems more straightforward in
230
230
{% sample lang="hs" %}
231
231
### Haskell
232
232
[ import, lang:"haskell"] ( code/hs/fft.hs )
233
- {% sample lang="py2 " %}
233
+ {% sample lang="py " %}
234
234
### Python
235
- [ import, lang:"python"] ( code/python2 /fft.py )
235
+ [ import, lang:"python"] ( code/python /fft.py )
236
236
{% sample lang="scratch" %}
237
237
### Scratch
238
238
Some rather impressive scratch code was submitted by Jie and can be found here: https://scratch.mit.edu/projects/37759604/#editor
0 commit comments