TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

New release of Self programming language

105 pointsby russellallenover 11 years ago

7 comments

secstateover 11 years ago
Haha ... funny to read about people scratching their head over Self. I feel like once you&#x27;ve wrapped your head around the Squeak version of Smalltalk, your about 50% of the way towards understanding Self. It&#x27;s not a language the way we think of it, with CLI tools and syntax and text editors. It is a mutable environment of programmable objects. Sure there&#x27;s some writing inside of objects to create methods, but you&#x27;re not gonna find a &quot;try this in the browser&quot; code.<p>Self is&#x2F;was <a href="http://noflojs.org/" rel="nofollow">http:&#x2F;&#x2F;noflojs.org&#x2F;</a> &#x27;s grandfather.<p><a href="http://www.youtube.com/watch?v=NYEKO7JcmLE" rel="nofollow">http:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NYEKO7JcmLE</a><p>I would also argue that Self is to programming languages what Haiku is to OS development. No on is writing a web framework in self, it&#x27;s more of a toy and a neat artifact of where programming has been and could go in the future.
评论 #7048240 未加载
评论 #7048297 未加载
primitivesuaveover 11 years ago
If this language is looking for greater adoption, its website is doing a big disservice. It is incredibly challenging to find a single code snippet, and the documentation is mediocre at best. The interfaces that are shown in the documentation remind me of the computer system you see DMV employees fumbling around with. I love picking up random languages on a Sunday, but not this one.
评论 #7048312 未加载
评论 #7048194 未加载
评论 #7048293 未加载
评论 #7048257 未加载
GeZeover 11 years ago
Self was one of the inspirations behind JavaScript, particularly its prototype system.<p><a href="http://en.wikipedia.org/wiki/Self_(programming_language)" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Self_(programming_language)</a>
评论 #7048187 未加载
评论 #7049689 未加载
评论 #7052905 未加载
burntsushiover 11 years ago
I&#x27;ve never heard of Self. So I wanted to find more about it. I had to click on several links to find some example of the language. I found this.[1]<p><pre><code> In the graphical representation of the object, we can distinguish method slots from data slots, and constant slots from assignable slots, by the icon in the button at the right hand of the slot. </code></pre> Huh? Maybe I should go find a description of the language.[2]<p><pre><code> Self is an object-oriented programming language and associated programming environment. It is close in spirit and semantics to Smalltalk </code></pre> Oh! Okay. Now I get it. But that&#x27;s only because I&#x27;m vaguely familiar with Smalltalk.<p>(My intention of this comment is to save others some time trying to discover some basic facts about Self.)<p>[1] - <a href="http://selflanguage.org/_static/tutorial/Language/ObjectsAndSlots/ExamplesOfSlots.html" rel="nofollow">http:&#x2F;&#x2F;selflanguage.org&#x2F;_static&#x2F;tutorial&#x2F;Language&#x2F;ObjectsAnd...</a><p>[2] - <a href="http://selflanguage.org/_static/tutorial/General/WhatIsSelf.html" rel="nofollow">http:&#x2F;&#x2F;selflanguage.org&#x2F;_static&#x2F;tutorial&#x2F;General&#x2F;WhatIsSelf....</a>
评论 #7048160 未加载
pstackover 11 years ago
I guess I&#x27;m the only dummy who wasn&#x27;t thinking of the actual Self language and thought I was going to be reading about a programming language that wrote programs by itself.<p>Yeah. I&#x27;ll show myself to the seat in the corner. Sheesh.
评论 #7049392 未加载
doublecover 11 years ago
There&#x27;s some interesting Self papers listed in the &#x2F;r&#x2F;selflanguage reddit for those that want to do some reading:<p><a href="http://www.reddit.com/r/selflanguage" rel="nofollow">http:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;selflanguage</a><p>This is my attempt at a JSON parser using Self&#x27;s Mango parser package:<p><a href="https://gist.github.com/doublec/7132119" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;doublec&#x2F;7132119</a>
mortyseinfeldover 11 years ago
IIRC, some of the techniques used in the Self VM eventually made it into the JVM.<p>Ahh yes, the relevant LtU thread. <a href="http://lambda-the-ultimate.org/node/1185#comment-12831" rel="nofollow">http:&#x2F;&#x2F;lambda-the-ultimate.org&#x2F;node&#x2F;1185#comment-12831</a>
评论 #7048268 未加载
评论 #7048346 未加载