Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mmaul
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mmaul
2y ago
This reminds me a lot of Pure ( https://agraef.github.io/pure-lang/ ). What I liked about Pure is the symbolic rewrite + the Haskell-esque syntax with out the strictness + easy ffi. I really do like how you have smoothl
2.
▲
by
mmaul
2y ago
The trend is growing here to, sadly. It's not people disagree with experts experts but that truth told by the, disagrees with a distorted perception or reality.
3.
▲
by
mmaul
2y ago
Yea I guess the problem is with a party that is intent on disregarding truth or facts or verifiability or reality is not going to prevail against attacks against the system (unless it is rigged in their favor). What does code matter to the
4.
▲
by
mmaul
6y ago
CGI Federal | Cybersecurity Data Architect | Fairfax VA ONSITE, WFH currently | https://www.cgi.com . CGI Federal is looking for a Cybersecurity Data Architect Passionate about Cyber Security and Data Analysis and modeling? Be pa
5.
▲
by
mmaul
6y ago
Common Lisp has had Jupyter integration for a while. First cl-jupyter ( https://github.com/fredokun/cl-jupyter ) which is now in maintance mode and now common-lisp-jupyter ( https://github.com/yitzchak
6.
▲
by
mmaul
9y ago
You can already have lisp (common) in jupyter notebooks via cl-jupyter. Here is an example https://github.com/mmaul/clml.tutorials/blob/master/CLML-Win... If you want to use Hy in a note book you will ne
7.
▲
by
mmaul
11y ago
Roswell, is a "killer app", as far as using Common Lisps with Continuous Integration and Coverage services (TravisCI, CircleCI, Coveralls et al) is concerned. It is not an interface to CI systems it is an Lisp Implementation manag
8.
▲
by
mmaul
11y ago
Regarding the Power Point thing you might want to check out Beamer. It is a extension for publishing presentations from org mode. http://orgmode.org/worg/exporters/beamer/tutorial.html
9.
▲
by
mmaul
14y ago
Lush's purpose a little dfferent than Matlabs. The abstractions are a little lower level than Matlab for instance. But then again you you can compile your functions directly to machine code. There are trade offs to everything in life. Matl
10.
▲
by
mmaul
14y ago
If you have taken Andrew Ng's Machine class the handwriting recognition system that is mentioned in the course was implemented in Lush. I think the original code is is even included in the demos distributed with Lush.
11.
▲
by
mmaul
14y ago
Lush is an excellent platform for machine learning. There are bindings to gnuplot ,opencv, lapack, gsl, an optimization library for gradient descent, a machine learning framework, a nerual network simulator. It also has very nice matrix and