Coder Social home page Coder Social logo

lbi's Introduction

Computer Science Niche ๐Ÿ”

I've been programming as a hobby for over ten years. From very early on, I discovered an interest in systems programming long before I knew the field had a name. I've always been curious about computers really work under all the layers of abstractions. This has lead me to explore a number of fascinating topics like compilers, operating systems, databases, and CPU microarchitecture. It feels like understanding all these abstractions and how they really work on the inside helps inform me on how to properly utilize them.

I'm really interested in problems of performance engineering because they're a good place where I can apply my knowledge and they can require a lot of creativity.

What I'm Working on Lately ๐Ÿ”จ

For the last year, my recreational programming efforts have been focused on writing my own C compiler. Nearly 100 commits and many thousands of lines of code later, it's not anywhere near being finished, but I'm still having a lot of fun working on it when I can. I'm taking the time to get some of the core data structures and representations right, because as a solo project, it might be very difficult to go back and re-lay the foundation at a later time.

lbi's People

Contributors

cntkillme avatar justaperson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lbi's Issues

Inconsistency with actual lua (stack issue)

This repository hasn't been touched in ages but it is still useful so I would like to point something out to those who use it.
The program:

local functions = {}
for i = 1, 10 do
    functions[i] = function()
        print(i)
    end
end
functions[2]()
functions[9]()

real lua output:

2
9

lbi output:

10
10

I'm having trouble describing the problem with words so I hope the above example was enough for you to understand.

I would create a pull request if I knew how to fix this but the easiest work around for me was to use https://github.com/Rerumu/FiOne instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.