Squeak

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(文档)
(未显示1个用户的11个中间版本)
第3行: 第3行:
 
Squeak是一套[[Smalltalk]]的程序开发平台。[[Scratch]]语言,一个Squeak 的应用程序平台。
 
Squeak是一套[[Smalltalk]]的程序开发平台。[[Scratch]]语言,一个Squeak 的应用程序平台。
  
1996年,Smalltalk的发明者艾伦·凯加入了迪斯尼公司,任Imagineering公司的副总裁,从事开发Squeak软件,当时是Smalltalk-80的版本。Dr. Geo II是用Squeak开发的。MIT媒体实验室推动的[[OLPC]]计划,采用Squeak作为开发环境。Squeak可以自由下载,不需任何费用,包括所有的源代码,还附有虚拟机器(VM)。Squeak 4.0采用MIT许可协议。
+
1996年,Smalltalk的发明者艾伦·凯加入了迪斯尼公司,任Imagineering公司的副总裁,从事开发Squeak软件,当时是Smalltalk-80的版本。Dr. Geo II是用Squeak开发的。MIT媒体实验室推动的[[OLPC]]计划,采用Squeak作为开发环境。Squeak可以自由下载,不需任何费用,包括所有的源代码,还附有虚拟机器(VM)。
 +
 
 +
==版本==
 +
*6.x
 +
*5.x
 +
*[http://www.h-online.com/open/news/item/Squeak-4-0-released-now-under-MIT-Apache-license-956267.html Squeak 4.0采用MIT/Apache许可协议]。
  
 
==指南==
 
==指南==
 +
*[http://docs.huihoo.com/smalltalk/Smalltalk-Overview.html Smalltalk: A White Paper Overview]
 +
*[http://docs.huihoo.com/smalltalk/Introductory-Squeak.html Basic Aspects of Squeak and the Smalltalk-80 Programming Language]
 +
*[http://docs.huihoo.com/smalltalk/terse-guide-to-squeak/ Terse Guide to Squeak]
 +
*[http://docs.huihoo.com/smalltalk/Squeak-Smalltalk-Language-Reference.html Squeak语言参考]
 +
*[http://docs.huihoo.com/smalltalk/Squeak-Smalltalk-Classes-Reference.html Squeak类参考]
 +
 +
==虚拟机==
 +
[http://squeak.org/codespeed/ Codespeed] Squeak VM Speed Center
 +
*[https://github.com/OpenSmalltalk/opensmalltalk-vm OpenSmalltalk VM] Cross-platform virtual machine for Squeak, [[Pharo]], Cuis, and Newspeak.
 +
*[http://www.squeakvm.org/ Classic VM]
 +
*[https://github.com/smarr/RoarVM RoarVM] - The Manycore SqueakVM
 +
*[https://squeak.js.org/ SqueakJS] A Squeak VM in JavaScript
 +
*[https://github.com/HPI-SWA-Lab/RSqueak RSqueak/VM] A Squeak VM written in RPython.
 +
*[http://wiki.squeak.org/squeak/2105 VMMaker] Build Your Own VM
 +
 +
==项目==
 +
*[[Scratch]]
 +
*[http://www.softumeya.com/pyonkee/en/ Pyonkee] Visual Programming with iPad
 +
*[http://www.aidaweb.si/ Aida] Smalltalk Web Framework and Application Server
 +
*[http://www.squeakland.org/ Etoys] [http://etoysillinois.org/ EtoysIllinois.org]
 +
*[[Lively Kernel]]
 +
[http://squeak.org/projects/ 更多项目>>>]
  
 
==文档==
 
==文档==
第11行: 第38行:
 
*[http://docs.huihoo.com/smalltalk/Squeak-Etoys-Authoring-and-Media.pdf Squeak Etoys Authoring & Media]
 
*[http://docs.huihoo.com/smalltalk/Squeak-Etoys-Authoring-and-Media.pdf Squeak Etoys Authoring & Media]
 
*[http://docs.huihoo.com/smalltalk/Squeak-Etoys-Children-and-Learning.pdf Squeak Etoys, Children & Learning]
 
*[http://docs.huihoo.com/smalltalk/Squeak-Etoys-Children-and-Learning.pdf Squeak Etoys, Children & Learning]
 +
*[http://docs.huihoo.com/smalltalk/esug/conferences/2011DIS/SqueakNos.pdf Enhancing SqueakNOS functionalities]
 +
*[http://docs.huihoo.com/smalltalk/esug/conferences/2011DIS/JourneyInTheVM.pdf A little Journey in a Virtual Machine]
  
 
==书籍==
 
==书籍==
第26行: 第55行:
 
==链接==
 
==链接==
 
*[http://www.squeak.org/ Squeak官网]
 
*[http://www.squeak.org/ Squeak官网]
 +
*[http://files.squeak.org/ Squeak下载] [http://files.squeak.org/etoys/ Etoys下载]
 +
*[http://wiki.squeak.org/ Squeak Wiki]
 
*[http://ss3.gemtalksystems.com/ SqueakSource3]
 
*[http://ss3.gemtalksystems.com/ SqueakSource3]
 
*[http://www.squeaksource.com/ SqueakSource]
 
*[http://www.squeaksource.com/ SqueakSource]
 +
*[http://docs.huihoo.com/smalltalk/ Smalltalk文档]
 
*[http://blog.chinaunix.net/uid-20106293-id-142107.html Squeak 和 Smalltalk-80 编程语言的基本特征]
 
*[http://blog.chinaunix.net/uid-20106293-id-142107.html Squeak 和 Smalltalk-80 编程语言的基本特征]
  
第33行: 第65行:
 
[[category:smalltalk]]
 
[[category:smalltalk]]
 
[[category:squeak]]
 
[[category:squeak]]
 +
[[category:huihoo]]

2017年1月30日 (一) 06:27的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Squeak Thanks, Wikipedia.

Squeak是一套Smalltalk的程序开发平台。Scratch语言,一个Squeak 的应用程序平台。

1996年,Smalltalk的发明者艾伦·凯加入了迪斯尼公司,任Imagineering公司的副总裁,从事开发Squeak软件,当时是Smalltalk-80的版本。Dr. Geo II是用Squeak开发的。MIT媒体实验室推动的OLPC计划,采用Squeak作为开发环境。Squeak可以自由下载,不需任何费用,包括所有的源代码,还附有虚拟机器(VM)。

目录

版本

指南

虚拟机

Codespeed Squeak VM Speed Center

项目

更多项目>>>

文档

书籍

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱