Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
34 results tagged language  ✕
LanguageTool - Spell and Grammar Checker https://languagetool.org/
Tue 12 May 2020 11:08:15 PM CEST
QRCode

LanguageTool is a free proofreading tool for English, German, Spanish, Russian, and more than 20 other languages.

framework homepage language library NLP software
The Naked Truth About Writing a Programming Language - Digital Mars https://www.digitalmars.com/articles/b90.html
Sun 03 May 2020 10:10:42 AM CEST
QRCode

written by Walter Bright

My career has been all about designing programming languages and writing compilers for them. This has been a great joy and source of satisfaction to me, and perhaps I can help others with some observations about what you’re in for if you decide to design and implement a professional programming language. Of course, this is a book length topic, so I’ll just hit on a few highlights here, and avoid topics well covered elsewhere.

article design language programming
Rob Pike interview for Evrone: “Go has become the language of cloud infrastructure” https://evrone.com/rob-pike-interview
Thu 30 Apr 2020 06:59:41 PM CEST
QRCode

Rob Pike, the co-author of the Go programming language, speaks about a career spanning four decades, and the evolution of Go over the last ten years.

golang interviene language programming
YAML: probably not so great after all https://www.arp242.net/yaml-config.html
Sun 12 Apr 2020 09:32:29 PM CEST
QRCode

I was very excited when I first used YAML, but some real-world usage showed it's not so great after all

article critics language markup
Gherkin Reference https://cucumber.io/docs/gherkin/reference/
Tue 17 Mar 2020 02:23:49 PM CET
QRCode

Gherkin uses a set of special keywords to give structure and meaning to executable specifications. Each keyword is translated to many spoken languages; in this reference we’ll use English.

language research tech testing
Ballerina - A Programming Language for Network Distributed Applications https://ballerina.io/
Mon 24 Feb 2020 08:17:45 AM CET
QRCode

Ballerina is an open source programming language and platform for cloud-era application programmers to easily write software that just works.

distributed_systems homepage language networking programming
Odin Programming Language https://odin-lang.org/
Sat 01 Feb 2020 05:46:26 AM CET
QRCode

The Odin programming language is designed with the intent of creating an alternative to C with the following goals: simplicity, high performance, built for modern systems, joy of programming.

The language borrows heavily from (in order of philosophy and impact): Pascal, C, Go, Oberon.

Niklaus Wirth and Rob Pike have been the programming language design idols throughout this project.

homepage language programming
C∀ Programming Language https://cforall.uwaterloo.ca/
Wed 04 Dec 2019 10:37:55 AM CET
QRCode

C∀ (C-for-all) is an open-source project extending ISO C with modern safety and productivity features, while still ensuring backwards compatibility with C and its programmers. C∀ is designed to have an orthogonal feature-set based closely on the C programming paradigm (non-object-oriented) and these features can be added incrementally to an existing C code-base allowing programmers to learn C∀ on an as-needed basis. In many ways, C∀ is to C as Scala is to Java, providing a research vehicle for new typing and control-flow capabilities on top of a highly popular programming language allowing immediate dissemination.

c homepage language programming
Markdeep online editing language http://casual-effects.com/markdeep/
Sat 05 Oct 2019 08:53:30 AM CEST
QRCode
language markdown specifications
Processing 40 TB of code from ~10 million projects with a dedicated server and Go for $100 | Ben E. C. Boyter https://boyter.org/posts/an-informal-survey-of-10-million-github-bitbucket-gitlab-projects/
Tue 01 Oct 2019 09:08:49 AM CEST
QRCode
article language programming statistics
Reason programming language https://reasonml.github.io/en/
Mon 16 Sep 2019 10:05:17 PM CEST
QRCode

Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.

homepage language programming
ink - inkle's narrative scripting language https://www.inklestudios.com/ink/
Fri 09 Aug 2019 10:36:59 AM CEST
QRCode

As used to author Heaven's Vault, 80 Days and Sorcery!: produce interactive scripts by writing in pure-text with ink markup.

games interactive language programming writing
Racket is an acceptable Python https://dustycloud.org/blog/racket-is-an-acceptable-python/
Thu 11 Jul 2019 09:57:59 PM CEST
QRCode
article comparison language programming python
Home - Pike Programming Language https://pike.lysator.liu.se/
Sat 06 Jul 2019 01:03:59 AM CEST
QRCode

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.

Pike is a general purpose programming language, which means that you can put it to use for almost any task. Its application domain spans anything from the world of the Net to the world of multimedia applications, or environments where your shell could use some spicy text processing or system administration tools. Your imagination sets the limit, but Pike will probably extend it far beyond what you previously considered within reach.

homepage language opensource programming software
The dhall configuration language https://dhall-lang.org/#
Fri 05 Jul 2019 09:45:11 AM CEST
QRCode

The non-repetitive alternative to YAML...

Dhall is programmable, but NOT Turing-complete.

Dhall supports comments, multi-line string literals and string interpolation with non-technical users in mind.

configuration homepage language
An intro to the great language with the strange name – IBM Developer https://developer.ibm.com/tutorials/l-awk1/
Sun 30 Jun 2019 08:57:24 AM CEST
QRCode

Awk is a very nice language with a very strange name. In this first article of a three-part series, Daniel Robbins will quickly get your awk programming skills up to speed. As the series progresses, more advanced topics will be covered, culminating with an advanced real-world awk application demo.

article language programming tutorial
The V Programming Language https://vlang.io/
Sat 22 Jun 2019 11:59:01 PM CEST
QRCode

Simple, fast, safe, compiled programming language.

Nice approach. Still not mature.

homepage language opensource programming software v
Monkey, the programming language that lives in books https://monkeylang.org/
Mon 03 Jun 2019 10:56:38 PM CEST
QRCode

I marker this article as "funny" since I can not believe it is serious. Or at least I'm missing something...

funny language programming
Programming languages https://packnback.github.io/blog/programming_languages/
Fri 21 Sep 2018 09:17:00 PM CEST
QRCode

Choosing a programming language for a project is a compromise over what you what you need, what you have, what you know and what you like. This post is just my thought process when selecting the implementation language for packnback.

What we need

  • High performance, we will hopefully be dealing with large volumes of data.
  • High security, the whole purpose is to protect data from attackers.
  • Stability, software needs to be usable well into the future.
  • Simplicity, the less complicated something is, the less that can go wrong.
  • Popularity, this is mainly to help with marketing, libraries and community support.
  • High bus factor, will sudden unexpected events destroy the language prospects.
  • Fun, something we enjoy using or evaluating.
article language programming
The Rise and Rise of JSON https://twobithistory.org/2017/09/21/the-rise-and-rise-of-json.html
Fri 24 Aug 2018 03:02:56 PM CEST
QRCode

JSON has taken over the world. Today, when any two applications communicate with each other across the internet, odds are they do so using JSON.

image

The article describes the history of JSON starting from the aim at having a common information exchange format from XML and beyond.

api article json language
page 1 / 2
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn