Content related to Programming
Kurious K
So I was searching for appropriate libraries and styles to implement a Deep Learning training pipeline 1. Earlier I had stumbled upon Flow Based Programming and Luigi. However that’s not what I was looking for. So I decided to scour the wiki page for programming paradigms and saw Aspect Oriented Programming which seems quite familiar to me having used Emacs for a while, although I haven’t used its advice system myself....Posted on: 2021-08-06, tags: functional_programming apl k lisp
Python Functional Programming Example
So I was working on my ref-man emacs package and I had made some additions which incorporate a local python flask server running on it which fetches data from from dblp API, arXiv API and also I’m adding semantic scholar support. Originally there was only dblp calls so I had to modify the functions and I took a functional programming approach, by generating partial functions and using them to modify the existing code as I modified my existing implementation....Posted on: 2020-06-09, tags: python functional_programming ref-man arxiv