TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

NEET, a NEAT library in Haskell

5 点作者 hijiri将近 10 年前

1 comment

hijiri将近 10 年前
(Also on github: <a href="https:&#x2F;&#x2F;github.com&#x2F;raymoo&#x2F;NEET" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raymoo&#x2F;NEET</a>)<p>I wrote this NEAT library from around a month and a half to a couple weeks ago, and I haven&#x27;t gotten much review from other people. This is the first haskell library I&#x27;ve written that could have wider appeal, so I don&#x27;t have a lot of experience behind me. Are there any obvious deficiencies in the way I&#x27;ve coded this? I don&#x27;t expect anyone to use it heavily at this point, but if anyone does, it would be nice if I could have some feedback on usability too.<p>Here&#x27;s an example program I wrote to mess with NEET: <a href="https:&#x2F;&#x2F;github.com&#x2F;raymoo&#x2F;neet-cave" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raymoo&#x2F;neet-cave</a> (requires OpenGL, GLUT, GLFW, maybe some others)<p>EDIT: Neet itself also comes with an example program in Neet.Examples.XOR.xorExperiment. Note that for some reason it freezes for me if I run it from a ghci session in emacs, but works fine if I do it outside my editor.