Join Exercism’s Pharo Track for access to 45 exercises with automatic analysis of your code and personal mentoring, all 100% free.
Class { "A simple SUnit test"
#name : #HelloWorldTest,
#superclass : #TestCase }
{ #category : #testing }
HelloWorldTest >> testSayHello [
self
assert: HelloWorld sayHello
equals: 'Hello, World!'. ]
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
A small DSL for dice rolling
Determine if a sentence is a pangram.
Write a function that returns the earned points in a single toss of a Darts game.
In Pharo, everything is an object. There are just objects interacting with messages.
It provides immediate feedback during runtime. You can run and change your program on the fly.
Language full syntax fits on a postcard, it has only 6 reserved words. It is easy to learn.
Pharo has dynamic type-checking in runtime - an object checks its operation at time of execution.
Pharo can be used for web, desktop, AI, visualizations, math, IoT devices.
Pharo uses fast virtual machine that runs on Windows, macOS and Linux including the ARM processors.
Every language has its own way of doing things. Pharo is no different. Our mentors will help you learn to think like a Pharo developer and how to write idiomatic code in Pharo. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Pharo - they'll help you discover the things you don't know that you don't know.
Learn more about mentoringThe Pharo track on Exercism has 45 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.
See all Pharo exercisesThe best part, it’s 100% free for everyone.