Back in my freshman year of college, I was introduced to the world of programming, and it immediately caught my attention. The idea of creating something new with just a little learning and a couple of lines of code fascinated me—it was like discovering a whole new universe of possibilities!
Ever since that moment, I've been on a continuous journey to expand my programming knowledge and skills. Now I'm a relatively new software developer on the ServiceNow platform, and I'm eager to explore its potential.
Through this blog, I hope to share some of the things I'm learning along the way. Let's dive into the world of ServiceNow together and uncover the tricks and insights that can make a difference for us as developers!
Nothing here yet.
This is great! You practically just created a language that I love to use called Erlang, you should check it out here https://www.erlang.org/doc/getting_started/seq_prog It has pattern matching, arrow function definitions, list head/tail slicing, tuples, immutability, recursion instead of loops, and some other things. You practically built it👍