Paolo Redaelli personal blog

Category: Senza categoria

EditorConfig

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily…

Python is inefficient

The most significant damage caused by Python Python is Destroying the Planet.writes Mohammed Ayar of course, I shall say as it is much less efficient, i.e. it’s a lot slower than C. It’s quite simple, and it’s clearly showed by The Computer Language Benchmarks Game, once known as “The great language shootout” I just wish Eiffel…