scala 第2页
Scala Tutorial for Java Programmers with examples-拾光赋

Scala Tutorial for Java Programmers with examples

Scala Tutorial for Java Programmers with examples,Scala is a general-purpose programming, type-safe JVM language language that offers support for object-oriented programming (OOP) ...
kity的头像-拾光赋kity4年前
05115
What is the best way to contribute to open source-拾光赋

What is the best way to contribute to open source

What is the best way to contribute to open source,If you were to write down the growth path of a developer, you might end up with something like: Junior Developer Mid Developer Sen...
kity的头像-拾光赋kity4年前
04511
JIT 101-拾光赋

JIT 101

JIT 101, JIT compilation and HotSpot are with no doubt some very complex topics. This blog is a very short article touching on the topic in question; it was originally intended to ...
kity的头像-拾光赋kity4年前
0237
The post I link when someone tells me that Java sucks-拾光赋

The post I link when someone tells me that Java sucks

The post I link when someone tells me that Java sucks, The post I link when someone tells me that Java sucks I had the chance to use other languages as well, but I spent the most p...
kity的头像-拾光赋kity5年前
04812
Quick Introduction to Apache NLPCraft-拾光赋

Quick Introduction to Apache NLPCraft

Quick Introduction to Apache NLPCraft,In this short article I would like to introduce Apache NLPCraft - an open source library for adding Natural Language Interface to any applicat...
kity的头像-拾光赋kity5年前
0487
Decentralised systems - SwayDB-拾光赋

Decentralised systems – SwayDB

Decentralised systems - SwayDB,TimeOrder in SwayDB can be used by decentralised systems for managing un-ordered writes and/or replication requests. Before going into details I will...
kity的头像-拾光赋kity5年前
03714
My journey through JVM languages-拾光赋

My journey through JVM languages

My journey through JVM languages,Java is not just a language. The real reason why it’s still so popular today is the mature and performant platform. And because the programs are c...
kity的头像-拾光赋kity5年前
0275
Scala collections in a nutshell-拾光赋

Scala collections in a nutshell

Scala collections in a nutshell,The Scala language, being a mix of object oriented and functional programming paradigms, has a quite unique collection framework, compared to some o...
kity的头像-拾光赋kity5年前
04414
Scala Type Bounds-拾光赋

Scala Type Bounds

Scala Type Bounds,Working with types in Scala can be challenging in many ways. The deeper you dig into the complexity of this subject, the more difficult is to find the right path....
kity的头像-拾光赋kity5年前
0327
Partial Functions in Scala-拾光赋

Partial Functions in Scala

Partial Functions in Scala,Writing functions and methods that process the input data and produce some output is the very core of any type of programming. When diving deeper into di...
kity的头像-拾光赋kity5年前
04314
5 best resources to learn Scala-拾光赋

5 best resources to learn Scala

5 best resources to learn Scala,Scala is one of the most popular languages used in the JVM ecosystem. The recent post by Li Haoyi explains why Scala is entering the ‘slope of enli...
kity的头像-拾光赋kity5年前
0487
Higher Order Functions (HOF) in Scala-拾光赋

Higher Order Functions (HOF) in Scala

Higher Order Functions (HOF) in Scala,Higher Order Functions (HOF) in Scala are the very core of this functional programming language. Scala treats functions as a first class citiz...
kity的头像-拾光赋kity5年前
02114