neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

More detail on moving feature from ng binary into the ngcore package #219

Closed vbmade2000 closed 6 years ago

vbmade2000 commented 6 years ago

@crawshaw Please provide more detail about the work you mentioned in #11 as below.

If you're looking for other issues to help on, there is moving features from the ng binary into the ngcore package could use some attention. The idea is that ng should be a thin implementation on top of ngcore, which is also used by the jupyter package. So to start with we need to copy the features into ngcore.

I understand the overall idea but still need the more detail on this work. It would be great if you can point to some PR that can provide example of such work.

sbinet commented 6 years ago

@vbmade2000 I apologize for stealing your thunder. I've created #215 to capture this item of work... and, one thing led to another... and: #220.

vbmade2000 commented 6 years ago

@sbinet No worries. I'll work on some another issue :)