Geek-ubaid / Julia-tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia Tutorials

Some Unique feature discovered about julia

  • Julia is dynamically typed jsut like any scripting language
  • Julia does not have indentation rule
  • Julia have mutable and non mutable functions differetiated by exclamation mark
  • Julia has a very easy syntax
  • collect is similar to range in python
  • Indexing starts from 1 in julia
  • end is necessary to complete any block of code, looping conditional statements etc.
  • Assetion error is thrown if type is fixed in julia
  • Can define variable statically
  • julia has its own package manager
  • julia follows functional and oops programming concepts

About


Languages

Language:Julia 100.0%