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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I'm going to make a programming tutorial, I need your opinion

2 点作者 marianoguerra大约 15 年前
Hi, I need to write some kind of tutorial/documentation for a programming language I created (http://marianoguerra.com.ar/efene/) and I would like to know which kind of books or tutorials are the best for you.<p>for example I like these 3:<p><pre><code> * http://learnyousomeerlang.com/ * http://learnyouahaskell.com/ * http://diveintopython.org/ </code></pre> this tutorial will be the first documentation for the language, so I don't know if doing it informal would be good or not.<p>Also, I would like to hear some kind of examples that would be interesting to use, I don't want to write a factorial or some abstract example, but something that is usable.<p>The target of the tutorial is for people that come from mainstream languages (C/C++/C#/Java/Javascript/Python) and would like to learn a functional programming language, or want to play with erlang but don't like the syntax.<p>advices?

2 条评论

crazydiamond大约 15 年前
&#62; The target of the tutorial is for people that come from mainstream languages (C/C++/C#/Java/Javascript/Python) and would like to learn a functional programming language, or want to play with erlang but don't like the syntax<p>Recently, I saw a tutorial somewhere (maybe Scheme) where there were different pages for people coming from different languages. That's a lot of effort, but its a thought. So someone from Python can see some typical python sample, and how to do it in your language. Same for other languages.<p>Typically, we wish to see how to do something in a new language that we used to do in the earlier one. Going from Java to Ruby, I was always looking for this till I actually came across a blog post meant for Java programmers moving to Ruby. (For example, how to do the main() in Ruby).
crazydiamond大约 15 年前
I have a slightly tangential question. I am writing a tutorial for a [library](<a href="http://rbcurse.rubyforge.org/tut0.html" rel="nofollow">http://rbcurse.rubyforge.org/tut0.html</a>). I'd like the tutorial to have a proper format with Previous and Next links on top and bottom, a TOC, perhaps Index.<p>Is there some kind of simple tool that generates these ? Or do people write out the whole thing in HTML.
评论 #1337551 未加载
评论 #1331618 未加载