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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you make coding a more casual activity?

2 点作者 diminium超过 12 年前
Is there any way to make coding something more casual and informal instead of being so structured and feeling unchangeable?<p>I want to tinker with this bit without causing this bit and that bit to blow up. I want to stretch this line without the code in line number 45 explode. I want a way to make coding feel more like I'm playing with putty and less like I'm working with cement.<p>What options are there (if any) for doing this?

1 comment

thejsjunky超过 12 年前
forth? lisp? try coding naked?<p>I think if you can find a combination of:<p>- dynamic - REPL - good editor support - lots of libraries - easy bindings for text/graphic display<p>...that will be conducive to "playful" programming.<p>Some of it might be how you approach it. Try coding silly things for yourself. Write a program to greet you when you first turn on your computer...or render a graphic depicting how your favorite sports team is doing against their rivals..or whatever you can imagine.