Quantcast
Channel: Functional Languages - DataScienceCentral.com
Browsing latest articles
Browse All 11 View Live

Common Coding Situations in Java

This blog contains some snippets of code that I tend to use in Java. I acknowledge that somebody else writing this blog might include different code. Except for a short course at Sun Educational...

View Article


5 Most Preferred Programming Languages for AI Engineers in 2020

Near about 14% of the workforce or 375 million people worldwide could lose their jobs to AI and automation. Take a step back and look over the year that has gone by. What have you achieved? Are you...

View Article


Best Languages for Data Science and Statistics in One Picture

Hundreds of programming languages dominate the data science and statistics market: Python, R, SAS and SQL are standouts. If you’re looking to branch out and add a new programming language to your skill...

View Article

simdjson-go: Parsing gigabytes of JSON per second in Go

Written by Frank Wessels Introduction JSON has established itself as the “lingua franca” of the web. As such the parsing performance of JSON is hugely important for many applications. Despite the...

View Article

Julia and The Reincarnation of Lisp

Background I have programmed exclusively in C for five years so far. I can say from experience, after one and half years in C, I was beginning to understand pointers, malloc() and arrays of pointers to...

View Article


Popular Programming Languages: 1960 to 2020

In one great video. Enjoy the video! The post Popular Programming Languages: 1960 to 2020 appeared first on Data Science Central.

View Article

Accelerating aggregate MD5 hashing up to 800% with AVX512

By Frank Wessels Introduction While MD5 hashing is no longer a good choice when considering a hash function, it is still being used in a great variety of applications. As such any performance...

View Article

Universities finally realize that Java is a bad introductory programming...

This article was written by Matthew Hughes.  CS 106A is Stanford University’s introductory programming course. The module – which is also available to view on YouTube – introduces the fundamentals of...

View Article


SAS Custom Macros That Make Feature Engineering Easy for Data Scientists,...

Click on the link below  SAS Custom Macros That Make Feature Engineering Easy for Data Scien… The post SAS Custom Macros That Make Feature Engineering Easy for Data Scientists, Data Engineers, and...

View Article


R vs. Python vs. Julia: How easy it is to write efficient code?

In my last post, I have compared R to Julia, showing how Julia brings a refreshening programming mindset to the Data Science community. The main takeaway is that with Julia, you no longer need to...

View Article

How to write SQL queries for azure functions

As we all know, azure functions only support C# and javascript languages for writing codes. So if we want to write SQL queries in our function app, how will we do that? Well here is the answer: Use SQL...

View Article
Browsing latest articles
Browse All 11 View Live