52 lines
No EOL
4.5 KiB
HTML
52 lines
No EOL
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Bruce Nagel</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Bruce%20Nagel">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Bruce Nagel</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Bruce Nagel</div><div id="article"><b>I, Bruce Nagel, do solemnly offer these my responses to The Road to Lisp Survey:<p>When did you first try Lisp (meaning here and throughout the survey "any member of the Lisp family") seriously, and which Lisp family member was it? </b><p>I'm still not sure if I'm trying Lisp "seriously", as I have only a little free time and Lisp is my first programming language. It's been about nine months since I first began writing macros and functions for using Clisp as a shell under linux per suggestions I found via the Clisp home page.<p><b>What led you to try Lisp? </b><p>It's the first language whose source code seemed somewhat intelligible at first glance, rather than looking like typewriter cursing.<p><b>If you were trying Lisp out of unhappiness with another language, what was that other language and what did you not like about it, or what were you hoping to find different in Lisp? </b><p>I was hoping to find something friendlier to a novice (which Common Lisp does appear to be).<p><b>How far have you gotten in your study of Lisp? (I know, that is hard to measure) </b><p>I use Clisp as a shell more often than bash now, because I've written some simple utility programs to make it "comfy". Mostly I'm still trying to learn more of the language, because it's so large (tho' this is mastly due to time constraints). I haven't even touched on CLOS yet...<p><b>What do you think of Lisp so far? </b><p>I think that dynamic memory management and s-expressions are certainly more comfortable than anything else I've seen. I'm not surprised that Java, et al are adopting ideas that have been in the Lisp community for decades. Mostly I'm only disappointed with Lisp's representation in the software world, although that looks to be changing somewhat.<p>This page is linked from: The Road to Lisp Survey
|
|
<a href="person.html" class="category">person</a></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Bruce Nagel.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Bruce%20Nagel">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Bruce%20Nagel">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Bruce%20Nagel&from-revision=3872512164">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |