Based on our record, Go Programming Language seems to be a lot more popular than Smalltalk. While we know about 323 links to Go Programming Language, we've tracked only 28 mentions of Smalltalk. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The script for making the fsync call is written in Golang here. - Source: dev.to / 23 days ago
The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, statically linked binary, making deployment simple and reducing external dependencies. They start up quickly, which is ideal for serverless environments where functions are frequently invoked from a cold start. Go applications also tend to use less memory compared to other languages,... - Source: dev.to / about 2 months ago
This series is about Go, a simple, yet powerful, language that has some unique features in its design. - Source: dev.to / about 2 months ago
Nowadays, due to performance constraints a lot of companies are moving away from NodeJS to Go for their network and API stacks. This series is for developers interest in making the jump from Node.js to Go. - Source: dev.to / 10 months ago
To use MCPHost, we'll need to install Go. For example, on an Apple Mac with Homebrew, this is as simple as:. - Source: dev.to / 2 months ago
Also, it's not really an "operating system", nor was it implemented by the ST. It's just part of Squeak (you got the name right), the "engine" Scratch 1.x was made with (which lets you edit the code in the same window it's running in). Source: about 2 years ago
Just downloaded https://squeak.org/ to play around with this concept. I wonder if there is already a modern tool/suite for Node/Python inspired by Smalltalk... - Source: Hacker News / about 2 years ago
AFAIK the major SmallTalk distributions are https://squeak.org/ and https://pharo.org/. I've heard that Pharo is more complex and "practical", while Squeak is more educational and beginner-friendly. But both stick to their roots with "everything is an object or method", extreme reflection, and integrated runtime/IDE. Source: about 2 years ago
Your concept looks nice, it reminds me a bit of the Lisperati: https://www.hackster.io/news/the-lisperati1000-is-a-cyberdeck-terminal-dedicated-to-lisp-programming-bb564f2ffcff So, did you consider Lisp or maybe Smalltalk? Plan 9 or Inferno might also be options. Plan 9 comes in different variants, the "classic" one (with a Raspberry Pi port by Richard Miller) or 9front, an Inferno porting tutorial can be found at... - Source: Hacker News / over 2 years ago
This repository contains multiple projects closely related to (hardware-accelerated) rendering in Squeak/Smalltalk. Source: over 2 years ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Pharo - Pharo is a pure object-oriented programming language and a powerful environment, focused on...
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.
Pike programming language - Dynamic programming language with a syntax similar to Java and C
Crystal (programming language) - Programming language with Ruby-like syntax that compiles to efficient native code.