!gFaqAgTenswacfCzoL:matrix.org

MetaCall

1585 Members
METACALL is a library that allows calling functions, methods or procedures between programming languages. With METACALL you can transparently execute code from / to any programming language, for example, call a Python function from NodeJS.5 Servers

Load older messages


SenderMessageTime
2 Apr 2024
@tejasmate:matrix.orgTejas MateI'm trying to call functions without entering interactive mode 11:10:15
@tejasmate:matrix.orgTejas Matefor testing examples11:10:21
@telegram_79992172:t2bot.ioParrashow the code and what you are executing11:10:52
@telegram_79992172:t2bot.ioParrathe command line11:10:59
@tejasmate:matrix.orgTejas Mateimage.png
Download image.png
11:20:21
@tejasmate:matrix.orgTejas MateI knew I can enter interactive mode through metacall command, then load module and call the functions11:21:42
@tejasmate:matrix.orgTejas MateI want to pass arguments and bypass interactive mode11:23:13
@telegram_79992172:t2bot.ioParrashow str.rb code12:00:34
@tejasmate:matrix.orgTejas Mate#!/usr/bin/env ruby def longest_repetition(str) max = str.chars.chunk(&:itself).map(&:last).max_by(&:size) return max ? [max[0], max.size] : ["", 0] end12:01:25
@telegram_79992172:t2bot.ioParraafter the last line, add: longest_repetition("aaacbb")12:04:57
@telegram_79992172:t2bot.ioParrathen: metacall str.rb12:05:04
@telegram_79992172:t2bot.ioParrathis will call the function12:05:17
@tejasmate:matrix.orgTejas Matethanks a lot12:10:29
@tejasmate:matrix.orgTejas Mate Hey Parra , I haven't contributed to Metacall yet, but I'm working on some proof of work for a task. Is it okay if I contribute later? 12:13:55
@telegram_79992172:t2bot.ioParra
In reply to @tejasmate:matrix.org
Hey Parra , I haven't contributed to Metacall yet, but I'm working on some proof of work for a task. Is it okay if I contribute later?
you are free to do whatever you want
12:14:31
@tejasmate:matrix.orgTejas MateSo like, does my proposal still count even though12:22:40
@tejasmate:matrix.orgTejas MateI submitted without PRs, just only on sample work?12:22:44
@telegram_79992172:t2bot.ioParraall proposals are taken into account but we value more the ones that submitted PRs and did some PoC12:23:55
@telegram_1201619294:t2bot.iosravya joined the room.15:06:34
3 Apr 2024
@_discord_268945319511851010:t2bot.iohulxv I know it's a late question but Is there any very soon feedback to know my admission chances? 02:01:56
@_discord_268945319511851010:t2bot.iohulxv After your holiday surely 02:02:18
@_discord_550395604098875417:t2bot.ioviferga Just wait for GSoC notifications xD 07:03:27
@_discord_550395604098875417:t2bot.ioviferga I do not even know the answer to that question 07:03:47
@_discord_550395604098875417:t2bot.ioviferga it depends on the amount of slots Google gives to us.. 07:04:01
@sw335:matrix.org@sw335:matrix.org joined the room.08:35:17
@sw335:matrix.org@sw335:matrix.org left the room.08:37:47
@_discord_550395604098875417:t2bot.ioviferga In any case, I want to clarify this for any contributor, even if you don't make it due to limit of slots of GSoC, we will offer mentoring if you want to keep contributing and we will teach you in the area you are interested in. You can learn a lot with us and there's many interesting fields where you can grow and contribute. 10:44:23
@telegram_79992172:t2bot.ioParraI just have implemented full coverage support, in a more robust and standard way18:30:44
@telegram_79992172:t2bot.ioParranow we can have a CI and publish this in the core website18:31:01
@telegram_79992172:t2bot.ioParra