The Wayback Machine - https://web.archive.org/web/20220208190527/https://github.com/topics/newspeak
Skip to content
#

newspeak

Here are 7 public repositories matching this topic...

sophie-kaleba
sophie-kaleba commented Dec 19, 2019

(Same issue than in Newspeak, see https://groups.google.com/forum/#!msg/newspeaklanguage/PJeOLjxq_yA/ND3Jel_nAQAJ)

As per Newspeak spec, a call to a primary factory method should return a new instance of a given class. Sometimes it doesn't, as in:

class WhatDoesNewReturn = (
  true ifTrue: [ ^ nil ].
)()

where a call to WhatDoesNewReturn new will return nil instead of an i

Improve this page

Add a description, image, and links to the newspeak topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the newspeak topic, visit your repo's landing page and select "manage topics."

Learn more