欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Pharo
来自开放百科 - 灰狐
(版本间的差异)
小 (→案例) |
小 (→图集) |
||
(未显示1个用户的15个中间版本) | |||
第15行: | 第15行: | ||
越来越多的大学和研究机构使用 Pharo。 | 越来越多的大学和研究机构使用 Pharo。 | ||
+ | |||
+ | ==生态系统== | ||
+ | *[https://consortium.pharo.org/ Pharo consortium portal] [https://talks.pharo.org/ Consortium Activity Reports] | ||
==功能== | ==功能== | ||
[https://pharo.org/features Pharo Features] | [https://pharo.org/features Pharo Features] | ||
+ | |||
+ | [https://medium.com/smalltalk-talk/behold-pharo-the-modern-smalltalk-38e132c46053 Behold Pharo: The Modern Smalltalk] | ||
+ | |||
+ | Pharo is to Smalltalk as [[Clojure]] is to [[Lisp]]. PharoJS (and Amber) is to Pharo as [[ClojureScript]] is to Clojure. | ||
==版本== | ==版本== | ||
+ | [[文件:Pharo-Versions.png|right|Pharo Versions]] | ||
[https://docs.huihoo.com/smalltalk/esug/ESUG2018/02-Tuesday/02-Pharo%20Consortium%20-%20A%20roadmap%20to%20solid%20evolution./02-ESUG2018-Pharo.pdf Pharo: A roadmap to solid evolution] | [https://docs.huihoo.com/smalltalk/esug/ESUG2018/02-Tuesday/02-Pharo%20Consortium%20-%20A%20roadmap%20to%20solid%20evolution./02-ESUG2018-Pharo.pdf Pharo: A roadmap to solid evolution] | ||
*11.0 | *11.0 | ||
− | *10.0 | + | *[http://wiki.astares.com/pharo/647 10.0] |
− | *9.0 | + | *[http://wiki.astares.com/pharo/646 9.0] |
− | *8.0 [https://docs.huihoo.com/smalltalk/esug/ESUG2019/02Tuesday/01-pharo8-alpha.pdf Pharo 8.0 alpha] | + | *[http://wiki.astares.com/pharo/645 8.0] [https://docs.huihoo.com/smalltalk/esug/ESUG2019/02Tuesday/01-pharo8-alpha.pdf Pharo 8.0 alpha] |
==指南== | ==指南== | ||
+ | 打开 Playgroud | ||
+ | 100 factorial | ||
+ | a := #('first' 'second' 'third') | ||
+ | b := a | ||
+ | a = b | ||
+ | 'smalltalk' size | ||
+ | 'samlltalk' at: 6 | ||
+ | 55 gcd: 30 "5" 最大公除数 | ||
+ | 6 lcm: 10 "30" 最小公倍数 | ||
+ | 使用 [https://github.com/ObjectProfile/Roassal3 Roassal] 可视化引擎 | ||
+ | c := RSCanvas new. | ||
+ | c add: (RSLabel new fontSize: 30; text: 'Hello World'). | ||
+ | c openOnce | ||
==项目== | ==项目== | ||
第68行: | 第89行: | ||
*[https://docs.huihoo.com/smalltalk/esug/ESUG2019/02Tuesday/03-present-and-future-of-the-pharo-vm.pdf Present and Future of the Pharo VM] | *[https://docs.huihoo.com/smalltalk/esug/ESUG2019/02Tuesday/03-present-and-future-of-the-pharo-vm.pdf Present and Future of the Pharo VM] | ||
*[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/03-Security-Revisited.pdf Onion and Swiss Cheese Security Revisited] | *[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/03-Security-Revisited.pdf Onion and Swiss Cheese Security Revisited] | ||
− | *[Evolving ALLSTOCKER] Agile increments with Pharo Smalltalk 电子商务平台基于 [https://github.com/SeasideSt/Seaside Seaside] [https://github.com/pharo-rdbms/glorp Glorp] [https://github.com/mumez/nagare-logger Nagare] [https://github.com/newapplesho/aws-sdk-smalltalk AWS SDK for Smalltalk] 构建 | + | *[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/04-Evolving%20Allstocker.pdf Evolving ALLSTOCKER] Agile increments with Pharo Smalltalk 电子商务平台基于 [https://github.com/SeasideSt/Seaside Seaside] [https://github.com/pharo-rdbms/glorp Glorp] [https://github.com/mumez/nagare-logger Nagare] [https://github.com/newapplesho/aws-sdk-smalltalk AWS SDK for Smalltalk] 构建 |
*[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/06-LiveTypingDemo.pdf Live Typing Automatic Type Annotation that improves the Programming eXperience] | *[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/06-LiveTypingDemo.pdf Live Typing Automatic Type Annotation that improves the Programming eXperience] | ||
*[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/10-strategies%20for%20non-blocking%20ffi.pdf Non-Blocking Strategies for FFI] | *[https://docs.huihoo.com/smalltalk/esug/ESUG2019/03Wednesday/10-strategies%20for%20non-blocking%20ffi.pdf Non-Blocking Strategies for FFI] | ||
第81行: | 第102行: | ||
*[https://github.com/hogoww/Illicium Illicium] [https://docs.huihoo.com/smalltalk/esug/ESUG2019/IWST/VM%20and%20Low%20level/3-Illicium.pdf Compiling Pharo to C] | *[https://github.com/hogoww/Illicium Illicium] [https://docs.huihoo.com/smalltalk/esug/ESUG2019/IWST/VM%20and%20Low%20level/3-Illicium.pdf Compiling Pharo to C] | ||
*[https://docs.huihoo.com/smalltalk/esug/ESUG2018/01-Monday/12-Teaching%20ICT%20trends%20in%20Pharo/ESUG18-CB.pdf Teaching ICT Trends with Pharo] | *[https://docs.huihoo.com/smalltalk/esug/ESUG2018/01-Monday/12-Teaching%20ICT%20trends%20in%20Pharo/ESUG18-CB.pdf Teaching ICT Trends with Pharo] | ||
+ | *[https://docs.huihoo.com/smalltalk/esug/ESUG2018/05-Friday/01-Pharo%20IoT/ESUG2018-PhraroIoT.pdf Using Pharo to playing with GPIOs and sensors on IoT devices remotely] | ||
==图书== | ==图书== | ||
− | *[ | + | *[https://books.pharo.org/ Pharo Books] |
− | *[ | + | *[https://book.huihoo.com/smalltalk/pharo/ Pharo Books 镜像] |
+ | *[https://books.pharo.org/numerical-methods/ Object-Oriented Implementation of Numerical Methods An Introduction with Pharo] | ||
+ | *[https://github.com/SquareBracketAssociates/LearningOOPWithPharo Learning Object-Oriented Programming, Design and TDD with Pharo] | ||
+ | *[https://books.pharo.org/booklet-AMiniSchemeInPharo/ Physche: A Little Scheme in Pharo] | ||
+ | *《Agile Visualization with Pharo: Crafting Interactive Visual Support Using Roassal》 2022 | ||
+ | *《Agile Artificial Intelligence in Pharo: Implementing Neural Networks, Genetic Algorithms, and Neuroevolution》 2020 [https://github.com/Apress/agile-ai-in-pharo souce code @ github] | ||
==案例== | ==案例== | ||
第92行: | 第119行: | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
+ | image:Pharo-System-Browser.png|Pharo | ||
image:phratch-on-pharo.png|Phratch | image:phratch-on-pharo.png|Phratch | ||
image:Pharo-9.0.png|Pharo 9.0 | image:Pharo-9.0.png|Pharo 9.0 | ||
第98行: | 第126行: | ||
image:seaside-status.png|Seaside状态 | image:seaside-status.png|Seaside状态 | ||
image:OpenPonk-modeling-platform.png|OpenPonk模型平台 | image:OpenPonk-modeling-platform.png|OpenPonk模型平台 | ||
+ | image:GNU-DrGeo.png|GNU Dr.Geo | ||
</gallery> | </gallery> | ||
2022年9月19日 (一) 04:29的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Pharo Thanks, Wikipedia. |
Pharo
目录 |
[编辑] 简介
Pharo 是一套开源 Smalltalk 程序开发平台。
Pharo 具备所谓 live programming 的特性,例如实时操控对象,实时更新等。Pharo 支持高级 Web 开发架构,例如 Seaside。
Pharo 自 Squeak 派生,Pharo 旨在创建一个符合 Smalltalk-80 规范的开源 Smalltak 环境。
Pharo 的虚拟机几乎完全用 Smalltalk 语言打造。自2008年,Pharo 的虚拟机的表现接近最快的 Smalltalk 虚拟机。
越来越多的大学和研究机构使用 Pharo。
[编辑] 生态系统
[编辑] 功能
Behold Pharo: The Modern Smalltalk
Pharo is to Smalltalk as Clojure is to Lisp. PharoJS (and Amber) is to Pharo as ClojureScript is to Clojure.
[编辑] 版本
Pharo: A roadmap to solid evolution
- 11.0
- 10.0
- 9.0
- 8.0 Pharo 8.0 alpha
[编辑] 指南
打开 Playgroud
100 factorial a := #('first' 'second' 'third') b := a a = b 'smalltalk' size 'samlltalk' at: 6 55 gcd: 30 "5" 最大公除数 6 lcm: 10 "30" 最小公倍数
使用 Roassal 可视化引擎
c := RSCanvas new. c add: (RSLabel new fontSize: 30; text: 'Hello World'). c openOnce
[编辑] 项目
- SqueakSource
- Pharo @ GitHub
- Pharo Catalog
- WODEN World Dynamic Engine A 3D graphics engine for Pharo
- PharoThings 物联网项目,Live programming platform for IoT projects based on Pharo
- Some external packages of common interest
- Glamorous Toolkit (GT)
- A4BP (Assessment for Business Process)
- New generation graphical layer
- UI Builder for Pharo
- Version control for Pharo
- Database drivers and object relational mapper
- No SQL database
- Algorithms and models for AI
- Libraries and IDE
- Extra and well packaged collections for Pharo
- Nice documentation
- OpenPonk Modeling Platform
- Dr.Geo 设计和操作有约束的互动几何草图
- PolyMath Scientific Computing with Pharo
- MaterialDesignLite for Seaside
- OpenSSL-Pharo
- OpenPonk an Open Conceptual Modelling Platform
- Natural language processing Library for Pharo Smalltalk
[编辑] 教育
- Pharo Mooc 通过 Pharo Launcher 新建 Pharo Mooc Image
[编辑] 文档
- Pharo Conf
- Porting visual works to Pharo
- ESUG 2019: Concurrency
- DrTests: The future of testing in Pharo
- Pharo wiki
- Pharo, Spec and GTK (revisiting the desktop world)
- Present and Future of the Pharo VM
- Onion and Swiss Cheese Security Revisited
- Evolving ALLSTOCKER Agile increments with Pharo Smalltalk 电子商务平台基于 Seaside Glorp Nagare AWS SDK for Smalltalk 构建
- Live Typing Automatic Type Annotation that improves the Programming eXperience
- Non-Blocking Strategies for FFI
- Generating UML Models with Inferred Types from Pharo Code
- Towards easy program migration using language virtualization
- Tail Call Elimination in Opensmalltalk
- Challenges in Debugging Bootstraps of Reflective Kernels
- Magic Literals In Pharo
- Test Amplification in the Pharo Smalltalk Ecosystem
- Exposing Test Analyses with DrTests
- GildaVM a Non-Blocking I/O Architecture for the Cog VM
- Illicium Compiling Pharo to C
- Teaching ICT Trends with Pharo
- Using Pharo to playing with GPIOs and sensors on IoT devices remotely
[编辑] 图书
- Pharo Books
- Pharo Books 镜像
- Object-Oriented Implementation of Numerical Methods An Introduction with Pharo
- Learning Object-Oriented Programming, Design and TDD with Pharo
- Physche: A Little Scheme in Pharo
- 《Agile Visualization with Pharo: Crafting Interactive Visual Support Using Roassal》 2022
- 《Agile Artificial Intelligence in Pharo: Implementing Neural Networks, Genetic Algorithms, and Neuroevolution》 2020 souce code @ github
[编辑] 案例
[编辑] 图集
[编辑] 链接
- Pharo官网
- Pharo File Server
- Pharocloud Pharo platform as a Service: put your Smalltalk web-application online at Pharocloud in just a couple clicks
- Smalltalk文档
- Pharo Jenkins
- Pharo Contribution Jenkins
- Steering Agile Architecture by Example: the Feature Toggles From Open edX
分享您的观点