programming
Julia

Julia programming language

well julia is the programming language just like any other language, but it has all the features like python and gives a perfomance like c++.

But the real reason i started julia insted of c++, is that c++ requires a lots of linking between files and it's comparitavely hard language considering that i have no one to guide if i wrote thousands of lines of code and got into erros.

Basically C++ is hard and Julia is good alternative if i want the perfomance like c & c++

My ultimat reason for Julia is to run molecular docking algorithm and 3d Graphics which requires system level access and access to the graphics card ,and doing that by not more than 2 lines of code thats the charm of julia 😂

steps to install julia is simple : https://julialang.org/ (opens in a new tab) just go and download it as easy as that

after installation

demo example
step 01 : open CMD (command prompt/bash shell/Black Screen)
step 02 : write julia
something like this will appear
julia > 

Reference : http://web.mit.edu/julia_v0.6.2/julia/share/doc/julia/html/en/stdlib/file.html (opens in a new tab)

# To get list of files / folders in current path 
julia > readdir(pwd()) 
 
# To change dir
julia > Base.Filesystem.cd("../")

Goal

Now this is not a tutorial or blogging series, i am just putting some example on cetain libaries i used during learning the Molecular docking so i or any one can reffer it

  • GLFW
  • CImGui
  • OpenGl

i have not started working on any graphs like things so i have not explored graphs & charts libaries

  • ploty