839 packages — page 29

ShooterGame

ShooterGame exercise as described in Turning a Fun Project into Lessons: Programming a Space Shooter in Squeak/Smalltalk, Scott Gibson
SqueakSource squeak

showMe

The code is a product of my learning process; I learn Smalltalk and love the purity of the language. I had no idea you could write a non-trivial program without conditionals - wow! ;)
SqueakSource

SIForgeWizard

SIForgeWizard is a small seaside application for the authorsof the http://www.siforge.org italian web site.SIForgeWizard is suitable for building a small XML-articlecomplaiant with the SIForge specification.Look at http://www.siforge.org for more information.It is ALSO a SMALL example of how building a simple …
SqueakMap squeak

SimonSchoof

My first project as told by Pharo by Example
SqueakSource pharo

SimpleExpr

A little expression system to teach visitor
GitHub pharo

SLBrowser

Smalltalk Labs Browser is a (hopefully) modern approach to create a web based code browser for the Seaside web framework in terms of both design and functionality. Writing this is mainly a learning exercise for me as I'm completely new …
SqueakSource

SmaCC Development for <=3.8

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk.Use this package if you want to develop a new parser/scanner/compiler. It is a replacement for the T-Gen parser generator. T-Gen has several limitationsthat make it difficult to produce parsers. …
SqueakMap squeak

Small Lint Failure

It is very common when your code is "stable" to run SmallLint to see if there are errors in your code that you did not realize. SmallLint is a very usefull tool for that, but when you automatize that process, …
SqueakMap squeak

SmallDEVS

DEVS modeling and simulation framework for Squeak. See http://www.fit.vutbr.cz/~janousek/smalldevs/. Depends on SIXX, Connectors, PlotMorph. Load packages in this order: System-Prototypes, SmallDEVS-MyRepository, SmallDEVS-Core, SmallDEVS-GUI, SmallDEVS-Examples.
SqueakSource squeak

SmallFaces

SmallFaces (SF) is a set of widgets for Seaside. You can create web applications with Seaside just using widget objects and without thinking in XHTML tags, CSS or JavaScript. SmallFaces provide common user interface widgets like TextFields, Buttons, ListBox, CheckBox, …
SqueakSource

SmallFaces2

InstallationGofer new squeaksource: 'SmallFaces2'; package: 'Table'; package: 'Pager'; package: 'SFCSS'; package: 'SmallFaces'; package: 'SFSeaside3'; package: 'SFPrototype3'; package: 'SFScriptaculous3'; package: 'SmallFacesExamples'; package: 'SFESeaside3'; load
SqueakSource squeak

SmallLint Tutorial

A short introduction how to use SmallLint as a Squeak morphic project(including a book morph)
SqueakMap squeak

SmallReddit

A simple reddit clone sample Seaside application meant be a very simple reference app to learn from. There are comments throughout, and various techniques are used to demonstrate different ways of doing things. Some forms are generated directly via Seaside …
SqueakSource squeak

Smalltalk

Smalltalk examples and concepts
GitHub

smalltalk

Learning the OG OOP Language -- Smalltalk!
GitHub

Smalltalk - Roads Less Taken

Smalltalk Aug 13th, 2019 Since learning Smalltalk at KTH in around 1994 - we used VisualWorks 1.0 IIRC - I have been deeply in love with both the …
Web Discovered visualworks

Smalltalk Programming: A Comprehensive Guide with Examples for Beginners -

Smalltalk Programming is an object-oriented programming language known for its simplicity, elegance, and live coding environment. Created in the 1970s at
Web Discovered

SmallTalk Tutorial for Java Programmers!: Main Differences between Java and Smalltalk

Web Discovered

SmallTalk Tutorial for Java Programmers!: Why Smalltalk is so strange? (or a brief history of Smalltalk)

Web Discovered

Smalltalk_WebbApp

This was a project for my Language Design course. This webapp was created completely with Smalltalk with minor CSS styling. It is similar to my Clojure WebApp, but includes session tracking and some added usability.
GitHub

smalltalk-awsomecar

A toy example for test amplification in Pharo
GitHub pharo MIT

smalltalk-dev-plugin-graph-example

Example of smalltalk-dev-plugin: Graph and Shortest Path
GitHub MIT

smalltalk-dev-plugin-gui-example

Example of smalltalk-dev-plugin: To-do list built with Spec2 framework
GitHub MIT

smalltalk-dev-plugin-money-example

Example of smalltalk-dev-plugin: Money class for calculations
GitHub MIT

smalltalk-figures

Simple project in Smalltalk language made to understand basic concepts and syntax
GitHub