TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Wisp – A Scala library that offers interactivity for iterative development

55 点作者 AustinBGibbons超过 10 年前

4 条评论

yankoff超过 10 年前
Awesome job, guys. I was just wondering recently if there&#x27;s something like matplotlib but for Scala and there you go.<p>By the way, have you ever came across something similar to python&#x27;s pandas but in Scala? Specifically I&#x27;m looking for DataFrame functionality, where you can read a dataset where column might have different types and then slice and dice this data in a way you want. The closest I found is Breeze but it supports only numerical types . And Saddle, but it supports only 3 columns as far as I understood. Anything else?
评论 #8970752 未加载
namelezz超过 10 年前
Is it possible for Wisp to re-render only the modified graph? It seems the whole page is re-rendered in the demo. Does Wisp cache&#x2F;memoize the graphs or re-compute the data points when it re-renders?
AustinBGibbons超过 10 年前
Github: <a href="https://github.com/quantifind/wisp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;quantifind&#x2F;wisp</a>
评论 #8970335 未加载
benburton超过 10 年前
Excellent demo! I love how easy this is to use.