reactorlabs/rir

R API for contexts

開放

#911 建立於 2020年9月22日

 (0 則留言) (0 個反應) (1 位負責人)C++ (19 個分叉)github user discovery
help wanted

倉庫指標

星標
 (61 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 1 個 PR)

描述

There should be an R api to create contexts. This needs some thinking as to ensure that the R implementation and the C++ code of contexts stay in sync. In R we can represent the context just as a RAW vector or similar. Probably the most part should be done in C++. One option would be to use envs?

function() {
  arg1 <- c("eager","int")
  arg3 <- c("eager")
  noReflection <- T
  new.context(environment())
}

This might collide with #913

貢獻者指南