Tag: programming

  • Holy Syntactic Sugar Batman

    I’ve never written any Scala code before today, but it has Python-esque mapping methods and ranges that enable you to do some things in very little code. For example, this code instantiates an array of vertex objects each containing an array of edge objects from a CSR (off, ind, wgt) graph: val verts = (0 […]

  • Nerd Tools: SWIG

    tl;dr: Go check out SWIG. This past week David Ediger and I gave a brief introduction to STINGER to some folks from GTRI who are using a version of STINGER in the DARPA ADAMS Project.  For anyone who is curious, STINGER is a dynamic structure for storing streaming graph data that can represent temporal and semantic information. […]